mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 02:38:12 +08:00
Improve layer panel positioning for upstream nodes (#1928)
* Improve layer panel positioning for upstream nodes * highlight parents * Final improvements * Fill for selection box, bug fixes * Code review --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
co-authored by
Keavon Chambers
parent
da13f21486
commit
2bd213f1aa
@@ -105,6 +105,16 @@
|
||||
--color-error-red: #d6536e;
|
||||
--color-error-red-rgb: 214, 83, 110;
|
||||
|
||||
// Keep changes to these colors updated with `editor/src/consts.rs`
|
||||
--color-overlay-blue: #00a8ff;
|
||||
--color-overlay-blue-rgb: 0, 168, 255;
|
||||
--color-overlay-yellow: #ffc848;
|
||||
--color-overlay-yellow-rgb: 255, 200, 72;
|
||||
--color-overlay-white: #ffffff;
|
||||
--color-overlay-white-rgb: 255, 255, 255;
|
||||
--color-overlay-gray: #cccccc;
|
||||
--color-overlay-gray-rgb: 204, 204, 204;
|
||||
|
||||
--color-data-general: #c5c5c5;
|
||||
--color-data-general-dim: #767676;
|
||||
--color-data-raster: #e4bb72;
|
||||
|
||||
Reference in New Issue
Block a user