BigW Consortium Gitlab

Commit 4213933d by dimitrieh

fixed hover state

parent 96f51880
...@@ -289,7 +289,8 @@ ...@@ -289,7 +289,8 @@
margin-bottom: 10px; margin-bottom: 10px;
color: $issuable-sidebar-color; color: $issuable-sidebar-color;
&:hover { &:hover,
&:hover .todo-undone {
color: $gl-text-color; color: $gl-text-color;
} }
...@@ -300,10 +301,6 @@ ...@@ -300,10 +301,6 @@
.todo-undone { .todo-undone {
color: $gl-link-color; color: $gl-link-color;
&:hover {
color: $gl-text-color;
}
} }
.author { .author {
......
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