Add muted style for polls in web UI (#10248)
This commit is contained in:
		
							parent
							
								
									da45b8b4c9
								
							
						
					
					
						commit
						5b50c2cbaa
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		|  | @ -190,3 +190,15 @@ | |||
|     color: darken($simple-background-color, 14%); | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| .muted .poll { | ||||
|   color: $dark-text-color; | ||||
| 
 | ||||
|   &__chart { | ||||
|     background: rgba(darken($ui-primary-color, 14%), 0.2); | ||||
| 
 | ||||
|     &.leading { | ||||
|       background: rgba($ui-highlight-color, 0.2); | ||||
|     } | ||||
|   } | ||||
| } | ||||
|  |  | |||
		Reference in a new issue