fix: fade notification indicator on sidebar hover

This commit is contained in:
Kaushal Shriwas 2026-04-17 00:43:19 +05:30
parent f6dd823a25
commit 1f5632fedb

View file

@ -68,6 +68,11 @@
right: 6px;
height: 5.5px;
width: 5.5px;
transition: opacity 0.2s ease-in-out;
}
.sidebar-notification:hover .sidebar-item-icon.indicator::before {
opacity: 0;
}
.sidebar-notification .standard-sidebar-item .item-anchor {