feat: Added translucency effect to menus, dialogs and alerts. Can be turned off from Preferences > Appeareance (#2387) [skip e2e]

This commit is contained in:
Aman Harwara
2023-08-05 20:40:37 +05:30
committed by GitHub
parent 83b83cd96d
commit ec309d6fb5
29 changed files with 264 additions and 28 deletions

View File

@@ -56,6 +56,12 @@
justify-content: center;
flex-direction: column;
.sk-panel {
border-color: var(--popover-border-color);
background-color: var(--popover-background-color);
backdrop-filter: var(--popover-backdrop-filter);
}
.sn-component {
height: 100%;
.sk-panel {

View File

@@ -44,5 +44,8 @@
--normal-button-background-color: var(--sn-stylekit-background-color);
--menu-border-color: transparent;
--popover-background-color: var(--sn-stylekit-background-color);
--popover-border-color: var(--sn-stylekit-border-color);
--separator-color: var(--sn-stylekit-border-color);
}