mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Let themes change radialMenu text colors
This commit is contained in:
		| @@ -41,6 +41,7 @@ | ||||
|     height: 50px; | ||||
|     background: var(--red-ui-secondary-background); | ||||
|     border: 2px solid var(--red-ui-primary-border-color); | ||||
|     color: var(--red-ui-primary-text-color); | ||||
|     text-align: center; | ||||
|     line-height:50px; | ||||
|  | ||||
| @@ -51,7 +52,7 @@ | ||||
|  | ||||
| .red-ui-editor-radial-menu-opt-disabled { | ||||
|     border-color: var(--red-ui-tertiary-border-color); | ||||
|     color: var(--red-ui-tertiary-border-color); | ||||
|     color: var(--red-ui-secondary-text-color-disabled); | ||||
| } | ||||
| .red-ui-editor-radial-menu-opt-active { | ||||
|     background: var(--red-ui-secondary-background-hover); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user