Commit 4763f315 authored by Luke Bennett's avatar Luke Bennett

Fix lints

parent 67b0ac73
...@@ -424,9 +424,8 @@ ...@@ -424,9 +424,8 @@
.btn-link { .btn-link {
padding: 0; padding: 0;
}
.btn-link.btn-secondary-hover-link { &.btn-secondary-hover-link {
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
&:hover, &:hover,
...@@ -435,9 +434,9 @@ ...@@ -435,9 +434,9 @@
color: $gl-link-color; color: $gl-link-color;
text-decoration: none; text-decoration: none;
} }
} }
.btn-link.btn-primary-hover-link { &.btn-primary-hover-link {
color: inherit; color: inherit;
&:hover, &:hover,
...@@ -446,6 +445,7 @@ ...@@ -446,6 +445,7 @@
color: $gl-link-color; color: $gl-link-color;
text-decoration: none; text-decoration: none;
} }
}
} }
.btn-svg svg { .btn-svg svg {
......
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