Fix #1490 disabled nav tab

This commit is contained in:
Abdullah Almsaeed 2017-05-18 17:52:37 -04:00
parent 87209a984a
commit 6f77ce584e
5 changed files with 14 additions and 2 deletions

View file

@ -68,10 +68,16 @@
> .nav-tabs {
margin: 0;
border-bottom-color: #f4f4f4;
.border-top-radius(@box-border-radius);
> li {
border-top: 3px solid transparent;
margin-bottom: -2px;
&.disabled > a {
color: #777;
}
> a {
color: #444;
.border-radius(0);

View file

@ -2489,6 +2489,9 @@ a:focus {
margin-bottom: -2px;
margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.disabled > a {
color: #777;
}
.nav-tabs-custom > .nav-tabs > li > a {
color: #444;
border-radius: 0;

File diff suppressed because one or more lines are too long

View file

@ -2490,6 +2490,9 @@ a:focus {
margin-bottom: -2px;
margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.disabled > a {
color: #777;
}
.nav-tabs-custom > .nav-tabs > li > a {
color: #444;
border-radius: 0;

File diff suppressed because one or more lines are too long