mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 04:28:11 +08:00
Clean up CSS color opacity application to theme colors (#4420)
This commit is contained in:
@@ -864,7 +864,7 @@
|
||||
padding: calc(var(--widget-height) / 2 - var(--arrow-radius)) 0;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
background: rgba(var(--color-1-nearblack-rgb), 0.5);
|
||||
background: rgb(from var(--color-1-nearblack) r g b / 0.5);
|
||||
// An outline can appear when pressing the arrow button with left click then hitting Escape, so this stops that from showing
|
||||
outline: none;
|
||||
// TODO: This is a quick, imperfect way to make the arrow buttons appear like they're behind the text (without messing with the element click targets if we used z-index).
|
||||
|
||||
Reference in New Issue
Block a user