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

Fix lints

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