Fix contrast in notification request badge (#29826)
This commit is contained in:
parent
f87959ab50
commit
0b9d4103cb
1 changed files with 2 additions and 1 deletions
|
@ -10104,9 +10104,10 @@ noscript {
|
|||
}
|
||||
|
||||
.filtered-notifications-banner__badge {
|
||||
background-color: $highlight-text-color;
|
||||
background: $ui-button-background-color;
|
||||
border-radius: 4px;
|
||||
padding: 1px 6px;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue