update
This commit is contained in:
		
							parent
							
								
									cc723085fb
								
							
						
					
					
						commit
						bc1fc4446d
					
				| @ -1451,38 +1451,36 @@ actionbar { | ||||
| 
 | ||||
| // Headerbar Buttons | ||||
| %headerbar_buttons { | ||||
|   &:not(.flat) { | ||||
|     @include button(header-normal); | ||||
|   @include button(header-normal); | ||||
| 
 | ||||
|     &:backdrop { opacity: 0.65; background-image: none; } | ||||
|   &:backdrop { opacity: 0.65; background-image: none; } | ||||
| 
 | ||||
|     &:hover { | ||||
|       @include button(header-hover); | ||||
|       transition: $button_transition; | ||||
|     } | ||||
|   &:hover { | ||||
|     @include button(header-hover); | ||||
|     transition: $button_transition; | ||||
|   } | ||||
| 
 | ||||
|     &:active { | ||||
|       @include button(header-active); | ||||
|       transition: $button_transition; | ||||
|       transition-duration: 300ms; | ||||
|     } | ||||
|   &:active { | ||||
|     @include button(header-active); | ||||
|     transition: $button_transition; | ||||
|     transition-duration: 300ms; | ||||
|   } | ||||
| 
 | ||||
|     &:checked { | ||||
|       @include button(header-checked); | ||||
|       transition: $button_transition; | ||||
|       transition-duration: 300ms; | ||||
|   &:checked { | ||||
|     @include button(header-checked); | ||||
|     transition: $button_transition; | ||||
|     transition-duration: 300ms; | ||||
| 
 | ||||
|       &:hover { background-image: none; } | ||||
| 
 | ||||
|       &:disabled { | ||||
|         @include button(header-insensitive-active); | ||||
|       } | ||||
|     } | ||||
|     &:hover { background-image: none; } | ||||
| 
 | ||||
|     &:disabled { | ||||
|       @include button(header-insensitive); | ||||
|       @include button(header-insensitive-active); | ||||
|     } | ||||
|   } | ||||
| 
 | ||||
|   &:disabled { | ||||
|     @include button(header-insensitive); | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| headerbar { | ||||
|  | ||||
| @ -37,9 +37,6 @@ | ||||
|         &:hover { color: $dark_sidebar_fg; } | ||||
|       } | ||||
|     } | ||||
| 
 | ||||
|     // .NemoSidebar { | ||||
|     // } | ||||
|   } | ||||
| 
 | ||||
|   paned > separator { background-image: image($solid_borders_color); } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 vinceliuice
						vinceliuice