diff options
| author | Mark Otto <[email protected]> | 2020-05-20 05:56:42 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-20 15:56:42 +0300 |
| commit | c9cd3e4a083a69bcd2eefb1d1b62e6106e2ce469 (patch) | |
| tree | e41586fcfa432dbd97ad56c0dca85b39593f024f /scss/_navbar.scss | |
| parent | 3b06411402406bbe89e83a67e7377916a9f356a3 (diff) | |
| download | bootstrap-c9cd3e4a083a69bcd2eefb1d1b62e6106e2ce469.tar.xz bootstrap-c9cd3e4a083a69bcd2eefb1d1b62e6106e2ce469.zip | |
v5: Make navbar active links consistent (#30831)
* Update navbar docs to put .active class on .nav-link
Fixes #30652 in v5.
* Remove two selectors from navbar nav that are either unused, or duplicative
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'scss/_navbar.scss')
| -rw-r--r-- | scss/_navbar.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 35d7c7b72..01d827ff7 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -216,8 +216,6 @@ } .show > .nav-link, - .active > .nav-link, - .nav-link.show, .nav-link.active { color: $navbar-light-active-color; } @@ -269,8 +267,6 @@ } .show > .nav-link, - .active > .nav-link, - .nav-link.show, .nav-link.active { color: $navbar-dark-active-color; } |
