mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #3737 from bonanitech/pr3692-leftovers
Move colors left behind in #3692 to CSS variables
This commit is contained in:
		| @@ -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: " "; | ||||
|   | ||||
| @@ -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 { | ||||
|   | ||||
| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user