mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Make selected list item more distinct
This commit is contained in:
		| @@ -23,7 +23,7 @@ $primary-background: #f3f3f3;//#0ff; | ||||
| $secondary-background: #fff;//#ff0; | ||||
| $secondary-background-selected: #efefef;//#e9e900; | ||||
| $secondary-background-inactive: #f0f0f0;//#f0f000; | ||||
| $secondary-background-hover: #ddd;//#dd0; | ||||
| $secondary-background-hover: #e6e6e6;//#dd0; | ||||
| $secondary-background-disabled: #f9f9f9;//#fafa0; | ||||
|  | ||||
| $tertiary-background:  #f7f7f7;//#f0f; | ||||
| @@ -94,7 +94,7 @@ $list-item-secondary-color: $secondary-text-color; | ||||
| $list-item-background: $secondary-background; | ||||
| $list-item-background-disabled: $secondary-background-inactive; | ||||
| $list-item-background-hover: $secondary-background-hover; | ||||
| $list-item-background-selected: $secondary-background-selected; | ||||
| $list-item-background-selected: #ffebc7; // #fff1e5; | ||||
| $list-item-border-selected: $secondary-text-color-selected; | ||||
|  | ||||
| $tab-text-color-active: $header-text-color; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user