2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+8
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,