diff options
Diffstat (limited to 'scss/_nav.scss')
| -rw-r--r-- | scss/_nav.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/_nav.scss b/scss/_nav.scss index 7f4fc45fc..e989a40c1 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -33,8 +33,8 @@ &:hover, &:focus { color: $nav-disabled-link-hover-color; - background-color: transparent; cursor: $cursor-disabled; + background-color: transparent; } } } @@ -120,16 +120,16 @@ &:hover, &:focus { color: $component-active-color; - background-color: $component-active-bg; cursor: default; + background-color: $component-active-bg; } } } .nav-stacked { .nav-item { - float: none; display: block; + float: none; + .nav-item { margin-top: .2rem; |
