Notification bubble: add border since it's the same color as an active button
950 "notifications count clashes with color of the expand button in top right"
This commit is contained in:
parent
59591c7695
commit
de9b3b641d
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ $contentMaxWidth: 60rem;
|
|||
height: 1.4rem;
|
||||
width: 1.4rem;
|
||||
border-radius: 50%;
|
||||
border: 1.5px solid var(--color-background);
|
||||
background-color: var(--color-notification);
|
||||
position: absolute;
|
||||
top: -0.4rem;
|
||||
|
|
Loading…
Reference in a new issue