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 @@ ...@@ -24,8 +24,12 @@
} }
a { a {
background-color: transparent; &:link,
color: $type-white; &:visited,
&:active {
background-color: transparent;
color: $type-white;
}
} }
input { 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