Fix regression of status colors in actions modal in web UI (#17851)
Regression in #17844
This commit is contained in:
		
							parent
							
								
									f7978f89a7
								
							
						
					
					
						commit
						c9ff17bb85
					
				
					 1 changed files with 37 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1154,6 +1154,43 @@
 | 
			
		|||
  .audio-player {
 | 
			
		||||
    margin-top: 8px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &.light {
 | 
			
		||||
    .status__relative-time,
 | 
			
		||||
    .status__visibility-icon {
 | 
			
		||||
      color: $light-text-color;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .status__display-name {
 | 
			
		||||
      color: $inverted-text-color;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .display-name {
 | 
			
		||||
      color: $light-text-color;
 | 
			
		||||
 | 
			
		||||
      strong {
 | 
			
		||||
        color: $inverted-text-color;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .status__content {
 | 
			
		||||
      color: $inverted-text-color;
 | 
			
		||||
 | 
			
		||||
      a {
 | 
			
		||||
        color: $highlight-text-color;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      a.status__content__spoiler-link {
 | 
			
		||||
        color: $primary-text-color;
 | 
			
		||||
        background: $ui-primary-color;
 | 
			
		||||
 | 
			
		||||
        &:hover,
 | 
			
		||||
        &:focus {
 | 
			
		||||
          background: lighten($ui-primary-color, 8%);
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.detailed-status__meta {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue