1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-03-18 18:48:38 +01:00
This commit is contained in:
Ben Ogle 2013-12-06 10:57:45 -08:00
parent 4ff65ef7ff
commit 4f0b4325b5

View File

@ -9,15 +9,17 @@
margin-right: 0px; margin-right: 0px;
margin-bottom: 1px; margin-bottom: 1px;
} }
a:hover, a:hover,
&.active a, &.active a,
&.active a:hover { &.active a:hover {
background-color: @background-color-highlight; background-color: @background-color-highlight;
border: none; border: none;
color: @text-color-selected; color: @text-color-selected;
border-bottom-left-radius: 0px; border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px; border-bottom-right-radius: 0px;
} }
&.active a { &.active a {
background-color: @tab-background-color-active; background-color: @tab-background-color-active;
} }