mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix Deploy menu focus style
This commit is contained in:
		| @@ -43,7 +43,8 @@ | ||||
|         overflow: hidden; | ||||
|         background-color: $menuDivider; | ||||
|     } | ||||
|     & > li > a { | ||||
|     & > li > a, | ||||
|     & > li > a:focus { | ||||
|         display: block; | ||||
|         padding: 4px 0 4px 32px; | ||||
|         clear: both; | ||||
| @@ -51,6 +52,7 @@ | ||||
|         line-height: 20px; | ||||
|         color: $menuColor; | ||||
|         white-space: normal !important; | ||||
|         outline: none; | ||||
|     } | ||||
|  | ||||
|     & > .active > a, | ||||
|   | ||||
| @@ -219,6 +219,8 @@ | ||||
|                 text-indent: 0px; | ||||
|             } | ||||
|         } | ||||
|         > li > a:hover, | ||||
|         > li > a:focus, | ||||
|         > li:hover > a, | ||||
|         > li:focus > a { | ||||
|             background: $header-menu-item-hover !important; | ||||
| @@ -229,8 +231,8 @@ | ||||
|         li.disabled a { | ||||
|             color:  $header-menu-color-disabled; | ||||
|         } | ||||
|         > li.disabled:hover > a, | ||||
|         > li.disabled:focus > a { | ||||
|         > li.disabled > a:hover, | ||||
|         > li.disabled > a:focus { | ||||
|             background: none !important; | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user