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:
Sam Foster 2024-02-01 20:36:37 +00:00
Родитель 75f1da40ca
Коммит 4b51e7b0bf
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,7 @@
z-index: 3;
padding: 12px;
background-color: var(--arrowpanel-background);
color: var(--arrowpanel-color);
border-radius: var(--arrowpanel-border-radius);
}