Commit 0faf42b4 authored by Mark Otto's avatar Mark Otto

Remove dupe hover background color

parent c4281f39
...@@ -4081,7 +4081,6 @@ a.thumbnail:focus { ...@@ -4081,7 +4081,6 @@ a.thumbnail:focus {
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
background-color: #808080;
} }
.label-default { .label-default {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
color: @label-link-hover-color; color: @label-link-hover-color;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
background-color: darken(@gray-light, 10%);
} }
} }
} }
......
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