mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-25 11:44:19 +01:00
Fix white on white badge text color when nav-tab active
This commit is contained in:
parent
d26a039f1c
commit
0b9a101ca3
@ -3,6 +3,7 @@
|
||||
@import "stylesheets/editor";
|
||||
@import "stylesheets/git";
|
||||
@import "stylesheets/lists";
|
||||
@import "stylesheets/nav";
|
||||
@import "stylesheets/overlays";
|
||||
@import "stylesheets/panels";
|
||||
@import "stylesheets/panes";
|
||||
|
25
stylesheets/nav.less
Normal file
25
stylesheets/nav.less
Normal file
@ -0,0 +1,25 @@
|
||||
@import "ui-variables";
|
||||
|
||||
.nav-tabs {
|
||||
border-bottom: 1px solid @base-border-color;
|
||||
li {
|
||||
a,
|
||||
&.active a {
|
||||
border: none;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
a:hover,
|
||||
&.active a,
|
||||
&.active a:hover {
|
||||
background-color: @background-color-highlight;
|
||||
border: none;
|
||||
color: @text-color-selected;
|
||||
border-bottom-left-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
}
|
||||
&.active a {
|
||||
background-color: @tab-background-color-active;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user