UI: remove nav active bar indicator
This commit is contained in:
parent
9eb7de13d8
commit
6dda12f59e
@ -404,7 +404,6 @@
|
||||
.nav-item.active {
|
||||
color: var(--text-strong);
|
||||
background: var(--accent-subtle);
|
||||
border-color: rgba(255, 92, 92, 0.15);
|
||||
}
|
||||
|
||||
.nav-item.active .nav-item__icon {
|
||||
@ -412,18 +411,6 @@
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.nav-item.active::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: 3px;
|
||||
height: 16px;
|
||||
background: var(--accent);
|
||||
border-radius: 0 2px 2px 0;
|
||||
}
|
||||
|
||||
/* ===========================================
|
||||
Content Area
|
||||
=========================================== */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user