mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Fixes #6995: Add disabled navbar nav link support
This commit is contained in:
@@ -156,6 +156,7 @@
|
||||
// Nuke hover effects
|
||||
.nav > .disabled > a:hover,
|
||||
.nav > .disabled > a:focus {
|
||||
color: @grayLight;
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
cursor: default;
|
||||
|
||||
Reference in New Issue
Block a user