Add active animation to header settings button (#30221)
This commit is contained in:
		@@ -4365,12 +4365,20 @@ a.status-card {
 | 
			
		||||
    outline: $ui-button-focus-outline;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .no-reduce-motion .icon {
 | 
			
		||||
    transition: transform 0.15s ease-in-out;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &.active {
 | 
			
		||||
    color: $primary-text-color;
 | 
			
		||||
 | 
			
		||||
    &:hover {
 | 
			
		||||
      color: $primary-text-color;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .icon {
 | 
			
		||||
      transform: rotate(60deg);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &:disabled {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user