Commit f8f08b78 by Matjaz Gregoric Committed by E. Kolpakov

Libraries UI: remove underline on hover.

This changes the style of the inactive libraries/courses tab when hovering.

Only the active tab on the dashboard page gets the blue underline.
When hovering over an inactive tab, the color of the text changes,
but the underline does not appear.
parent 6cd4932a
......@@ -299,19 +299,21 @@
line-height: $baseline*2;
margin: 0 10px;
&.active, &:hover {
&.active {
border-bottom: 4px solid $blue;
}
&.active, &:hover {
a {
color: $gray-d2;
}
}
a {
color: $blue;
cursor: pointer;
display: inline-block;
}
&.active a {
color: $gray-d2;
}
}
}
......
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