forked from mirrors/gecko-dev
Bug 1874663 - Ensure panel buttons have a text color defined. r=niklas
Differential Revision: https://phabricator.services.mozilla.com/D200374
This commit is contained in:
parent
75f1da40ca
commit
4b51e7b0bf
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
z-index: 3;
|
||||
padding: 12px;
|
||||
background-color: var(--arrowpanel-background);
|
||||
color: var(--arrowpanel-color);
|
||||
border-radius: var(--arrowpanel-border-radius);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue