Commit 404dc4b0 authored by chrisgarrity's avatar chrisgarrity

Ensure dropdown links are always white

Add state pseudo classes to make the style more ‘specific’
parent 0841dc93
......@@ -24,8 +24,12 @@
}
a {
background-color: transparent;
color: $type-white;
&:link,
&:visited,
&:active {
background-color: transparent;
color: $type-white;
}
}
input {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment