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,9 +24,13 @@
}
a {
&:link,
&:visited,
&:active {
background-color: transparent;
color: $type-white;
}
}
input {
// 100% minus border and padding
......
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