fix active navbar item background
This commit is contained in:
parent
b06c2941ee
commit
fad18905ff
@ -114,10 +114,10 @@ b:hover {
|
|||||||
color: var(--text)
|
color: var(--text)
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.secondary.menu .active.item,
|
.following.bar.light.ui.secondary.menu .active.item,
|
||||||
.ui.secondary.menu .active.item:hover {
|
.following.bar.lightui.secondary.menu .active.item:hover {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: rgba(0, 0, 0, .05);
|
background: rgba(0, 0, 0, .25) !important;
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user