mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-03-18 18:48:38 +01:00
Merge pull request #6 from shama/master
Fix white on white badge text color when nav-tab active
This commit is contained in:
commit
4ff65ef7ff
@ -3,6 +3,7 @@
|
|||||||
@import "stylesheets/editor";
|
@import "stylesheets/editor";
|
||||||
@import "stylesheets/git";
|
@import "stylesheets/git";
|
||||||
@import "stylesheets/lists";
|
@import "stylesheets/lists";
|
||||||
|
@import "stylesheets/nav";
|
||||||
@import "stylesheets/overlays";
|
@import "stylesheets/overlays";
|
||||||
@import "stylesheets/panels";
|
@import "stylesheets/panels";
|
||||||
@import "stylesheets/panes";
|
@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