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

Fix lints

parent 67b0ac73
...@@ -424,27 +424,27 @@ ...@@ -424,27 +424,27 @@
.btn-link { .btn-link {
padding: 0; padding: 0;
}
.btn-link.btn-secondary-hover-link {
color: $gl-text-color-secondary;
&:hover, &.btn-secondary-hover-link {
&:active, color: $gl-text-color-secondary;
&:focus {
color: $gl-link-color; &:hover,
text-decoration: none; &:active,
&:focus {
color: $gl-link-color;
text-decoration: none;
}
} }
}
&.btn-primary-hover-link {
.btn-link.btn-primary-hover-link { color: inherit;
color: inherit;
&:hover,
&:hover, &:active,
&:active, &:focus {
&:focus { color: $gl-link-color;
color: $gl-link-color; text-decoration: none;
text-decoration: none; }
} }
} }
......
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
.body { .body {
padding: $gl-padding-8; padding: $gl-padding-8;
} }
.footer { .footer {
padding: $gl-padding-8 $gl-padding; padding: $gl-padding-8 $gl-padding;
} }
...@@ -217,4 +217,4 @@ ...@@ -217,4 +217,4 @@
.text-container { .text-container {
position: relative; position: relative;
} }
} }
\ No newline at end of file
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