If I were to have the code as follows:
.nav > li.dropdown.open.active > a:hover
and I needed to target the same style for a link 'a' with the unique id #futurebutton, what would be the correct syntax?
Would it not be?:
.nav > li.dropdown.open.active > a#futurebutton:hover