unread_counters: Adjust hover styles for inbox, recent views.

This commit is contained in:
Karl Stolley
2024-11-04 16:21:07 -05:00
committed by Tim Abbott
parent ee63e836f8
commit 2e1ab1c470
2 changed files with 11 additions and 4 deletions

View File

@@ -19,10 +19,12 @@
}
.unread_count {
opacity: 0.7;
opacity: 1;
outline: 0 solid var(--color-background-unread-counter);
transition: outline-width 0.1s ease;
&:hover {
opacity: 1;
outline-width: 1.5px;
}
}