[Glitch] Inactive header in main profile to match column
Port 2903971e04 to glitch-soc
			
			
This commit is contained in:
		
							parent
							
								
									725735af14
								
							
						
					
					
						commit
						ea2054e2f5
					
				
					 1 changed files with 21 additions and 0 deletions
				
			
		|  | @ -347,6 +347,23 @@ | |||
|     margin-bottom: 10px; | ||||
|     box-shadow: 0 0 15px rgba($base-shadow-color, 0.2); | ||||
| 
 | ||||
|     &.inactive { | ||||
|       opacity: 0.5; | ||||
| 
 | ||||
|       .public-account-header__image, | ||||
|       .avatar { | ||||
|         filter: grayscale(100%); | ||||
|       } | ||||
| 
 | ||||
|       .logo-button { | ||||
|         background-color: $secondary-text-color; | ||||
| 
 | ||||
|         svg path:last-child { | ||||
|           fill: $secondary-text-color; | ||||
|         } | ||||
|       } | ||||
|     } | ||||
| 
 | ||||
|     &__image { | ||||
|       border-radius: 4px 4px 0 0; | ||||
|       overflow: hidden; | ||||
|  | @ -588,6 +605,10 @@ | |||
|               border-bottom: 4px solid $highlight-text-color; | ||||
|               opacity: 1; | ||||
|             } | ||||
| 
 | ||||
|             &.inactive::after { | ||||
|               border-bottom-color: $secondary-text-color; | ||||
|             } | ||||
|           } | ||||
| 
 | ||||
|           &:hover { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue