mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-24 14:04:43 +00:00
add disabled classes to light and dark navbar nav-links
This commit is contained in:
parent
990a901e52
commit
4fc526f24a
1 changed files with 8 additions and 0 deletions
|
|
@ -206,6 +206,10 @@
|
|||
@include hover-focus {
|
||||
color: $navbar-light-hover-color;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
color: $navbar-light-disabled-color;
|
||||
}
|
||||
}
|
||||
|
||||
.open > .nav-link,
|
||||
|
|
@ -250,6 +254,10 @@
|
|||
@include hover-focus {
|
||||
color: $navbar-dark-hover-color;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
color: $navbar-dark-disabled-color;
|
||||
}
|
||||
}
|
||||
|
||||
.open > .nav-link,
|
||||
|
|
|
|||
Loading…
Reference in a new issue