Commit bff59c8c authored by Luke Bennett's avatar Luke Bennett

Fix static analysis

parent 26dc37de
...@@ -438,9 +438,8 @@ ...@@ -438,9 +438,8 @@
background-color: transparent; background-color: transparent;
border-color: transparent; border-color: transparent;
} }
}
.btn-link.btn-secondary-hover-link { &.btn-secondary-hover-link {
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
&:hover, &:hover,
...@@ -449,9 +448,9 @@ ...@@ -449,9 +448,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,
...@@ -460,6 +459,7 @@ ...@@ -460,6 +459,7 @@
color: $gl-link-color; color: $gl-link-color;
text-decoration: none; text-decoration: none;
} }
}
} }
.btn-missing { .btn-missing {
......
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