mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fixes #6995: Add disabled navbar nav link support
This commit is contained in:
@@ -37,6 +37,12 @@
|
||||
color: @navbar-link-color-active;
|
||||
background-color: @navbar-link-bg-active;
|
||||
}
|
||||
.nav > .disabled > a,
|
||||
.nav > .disabled > a:hover,
|
||||
.nav > .disabled > a:focus {
|
||||
color: @navbar-link-color-disabled;
|
||||
background-color: @navbar-link-bg-disabled;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -210,6 +216,12 @@
|
||||
color: @navbar-inverse-link-color-active;
|
||||
background-color: @navbar-inverse-link-bg-active;
|
||||
}
|
||||
.nav > .disabled > a,
|
||||
.nav > .disabled > a:hover,
|
||||
.nav > .disabled > a:focus {
|
||||
color: @navbar-inverse-link-color-disabled;
|
||||
background-color: @navbar-inverse-link-bg-disabled;
|
||||
}
|
||||
|
||||
// Darken the responsive nav toggle
|
||||
.navbar-toggle {
|
||||
|
||||
Reference in New Issue
Block a user