Ensure dropdown links are always white

Add state pseudo classes to make the style more ‘specific’
This commit is contained in:
chrisgarrity 2018-01-29 10:54:32 -05:00
parent 0841dc93e7
commit 404dc4b04c

View file

@ -24,8 +24,12 @@
}
a {
background-color: transparent;
color: $type-white;
&:link,
&:visited,
&:active {
background-color: transparent;
color: $type-white;
}
}
input {