Fix: Menupopup - Color for shadow root

This commit is contained in:
alstjr7375 2021-07-06 08:59:36 +09:00
parent 96269cbdb9
commit b6306a0802

View file

@ -85,7 +85,8 @@
*/
/*== Menu color ===========================================================*/
:root {
:root,
menupopup {
/* is same as toolbar color https://github.com/mozilla/gecko-dev/blob/master/toolkit/themes/windows/global/global.css#L17-L67 */
--menu-color: var(--toolbar-color) !important;
--menu-background-color: var(--toolbar-bgcolor) !important;