diff options
| author | XhmikosR <[email protected]> | 2021-08-04 17:49:34 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-04 17:49:34 +0300 |
| commit | 7fcc2f4d526ff774a0a7de6b624a607e5ba47fb9 (patch) | |
| tree | 29b59d42377f992713e85630fddbcef4bcea5944 /scss/_navbar.scss | |
| parent | 68ff5c91b7081667c10e31768b444b016f93862a (diff) | |
| download | bootstrap-7fcc2f4d526ff774a0a7de6b624a607e5ba47fb9.tar.xz bootstrap-7fcc2f4d526ff774a0a7de6b624a607e5ba47fb9.zip | |
_navbar.scss: switch comment (#34677)
Diffstat (limited to 'scss/_navbar.scss')
| -rw-r--r-- | scss/_navbar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index a395ede65..001dfc988 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -203,7 +203,7 @@ bottom: 0; z-index: 1000; flex-grow: 1; - visibility: visible !important; /* stylelint-disable-line declaration-no-important */ + visibility: visible !important; // stylelint-disable-line declaration-no-important background-color: transparent; border-right: 0; border-left: 0; |
