GTK3: remove titlebutton backdrop background
This commit is contained in:
		
							parent
							
								
									7146c09867
								
							
						
					
					
						commit
						e9b27304b9
					
				| @ -5532,6 +5532,8 @@ decoration { | ||||
|     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(13, 14, 17, 0.65); } | ||||
| 
 | ||||
| button.titlebutton:backdrop { | ||||
|   background: transparent; } | ||||
|   button.titlebutton:backdrop:not(:hover) { | ||||
|     border-color: transparent; } | ||||
| 
 | ||||
| /* Nautilus */ | ||||
|  | ||||
| @ -5532,6 +5532,8 @@ decoration { | ||||
|     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(13, 14, 17, 0.65); } | ||||
| 
 | ||||
| button.titlebutton:backdrop { | ||||
|   background: transparent; } | ||||
|   button.titlebutton:backdrop:not(:hover) { | ||||
|     border-color: transparent; } | ||||
| 
 | ||||
| /* Nautilus */ | ||||
|  | ||||
| @ -5555,6 +5555,8 @@ decoration { | ||||
|     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0); } | ||||
| 
 | ||||
| button.titlebutton:backdrop { | ||||
|   background: transparent; } | ||||
|   button.titlebutton:backdrop:not(:hover) { | ||||
|     border-color: transparent; } | ||||
| 
 | ||||
| /* Nautilus */ | ||||
|  | ||||
| @ -264,5 +264,8 @@ decoration { | ||||
| 
 | ||||
| // Window Close button | ||||
| button.titlebutton { | ||||
|   &:backdrop { border-color: transparent; } | ||||
|   &:backdrop { | ||||
|     background: transparent; | ||||
|     &:not(:hover) { border-color: transparent; } | ||||
|   } | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Daniel Ruiz de Alegría
						Daniel Ruiz de Alegría