fix: Apply :hover, :focus and :active only when multiple columns
This commit is contained in:
		
							parent
							
								
									bc6e958229
								
							
						
					
					
						commit
						d8c4781377
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1473,9 +1473,11 @@
 | 
			
		|||
  &:hover,
 | 
			
		||||
  &:focus,
 | 
			
		||||
  &:active {
 | 
			
		||||
    @media screen and (min-width: 1025px) {
 | 
			
		||||
      background: lighten($ui-base-color, 14%);
 | 
			
		||||
      transition: all 100ms linear;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  span {
 | 
			
		||||
    margin-left: 5px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue