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;
|
height: 1.4rem;
|
||||||
width: 1.4rem;
|
width: 1.4rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
border: 1.5px solid var(--color-background);
|
||||||
background-color: var(--color-notification);
|
background-color: var(--color-notification);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -0.4rem;
|
top: -0.4rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue