mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Move colors left behind in #3692 to CSS variables
This commit is contained in:
@@ -711,7 +711,9 @@
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
.red-ui-projects-dialog-file-list-entry-file-type-git { color: $tertiary-text-color }
|
||||
.red-ui-projects-dialog-file-list-entry-file-type-git {
|
||||
color: var(--red-ui-tertiary-text-color);
|
||||
}
|
||||
|
||||
.red-ui-projects-dialog-remote-list {
|
||||
.red-ui-editableList-container {
|
||||
|
||||
Reference in New Issue
Block a user