1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 22:41:20 +02:00

Merge pull request #21205 from twbs/navbar-disabled

v4 disabled navbar links
This commit is contained in:
Mark Otto
2016-11-26 02:03:46 -08:00
committed by GitHub
2 changed files with 11 additions and 3 deletions

View File

@@ -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,