fix: fade notification indicator on sidebar hover
This commit is contained in:
parent
f6dd823a25
commit
1f5632fedb
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue