mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Change fade color when hovering an inactive tab
This commit is contained in:
		| @@ -131,6 +131,9 @@ | ||||
|             &:not(.active) a:hover { | ||||
|                 color: $workspace-button-color-hover; | ||||
|                 background: $tab-background-hover; | ||||
|                 &+.red-ui-tabs-fade { | ||||
|                     background-image: linear-gradient(to right, change-color($tab-background-hover, $alpha: 0.001), $tab-background-hover); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user