Fix: Build - Missing files

This commit is contained in:
alstjr7375 2023-04-17 03:10:28 +09:00
parent 5af723fa70
commit b0c63c7fec
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,10 @@
// Menu
.menupopup-arrowscrollbox[part*="content"] {
background: color-mix(in srgb, var(--menu-background-color, Menu) 90%, transparent) !important;
}
@include NativeMenu(true) {
html#main-window #mainPopupSet menupopup:not(.in-menulist) {
--menu-background-color: Menu !important;
}
}

View file

@ -0,0 +1,7 @@
panel[type="arrow"] {
--panel-background: transparent !important;
}
panelview {
background: color-mix(in srgb, var(--arrowpanel-background) 90%, transparent) !important;
}