mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 05:18:11 +08:00
Generalize and rename overlays as "floating menus"
Progress towards #135.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
// TODO: Replace with CSS color() function to calculate alpha when browsers support it
|
||||
// See https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color() and https://caniuse.com/css-color-function
|
||||
// E6 = 90% alpha
|
||||
--popover-opacity-color-2-mildblack: #222222e6;
|
||||
--floating-menu-opacity-color-2-mildblack: #222222e6;
|
||||
}
|
||||
|
||||
html,
|
||||
@@ -54,7 +54,7 @@ img {
|
||||
}
|
||||
|
||||
// For placeholder messages (remove eventually)
|
||||
.popover {
|
||||
.floating-menu {
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
||||
Reference in New Issue
Block a user