1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Move colors left behind in #3692 to CSS variables

This commit is contained in:
Mauricio Bonani 2022-07-04 18:38:45 -04:00
parent 7072265225
commit 7d0267c924
3 changed files with 5 additions and 3 deletions

View File

@ -220,7 +220,7 @@
margin-right: -15px;
/* Caret Arrow */
border-color: transparent;
border-left-color: $menuCaret;
border-left-color: var(--red-ui-menuCaret);
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";

View File

@ -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 {

View File

@ -84,7 +84,7 @@
.red-ui-search-result-node-port {
position: absolute;
border-radius: 2px;
border: 1px solid $node-border;
border: 1px solid var(--red-ui-node-border);
width: 6px;
height: 7px;
top:4px;