Commit f1d5af43 authored by Luke Bennett's avatar Luke Bennett

Fix lint

parent eab81682
...@@ -427,7 +427,7 @@ ...@@ -427,7 +427,7 @@
&.btn-secondary-hover-link { &.btn-secondary-hover-link {
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
&:hover, &:hover,
&:active, &:active,
&:focus { &:focus {
...@@ -435,10 +435,10 @@ ...@@ -435,10 +435,10 @@
text-decoration: none; text-decoration: none;
} }
} }
&.btn-primary-hover-link { &.btn-primary-hover-link {
color: inherit; color: inherit;
&:hover, &:hover,
&:active, &:active,
&:focus { &:focus {
......
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