fix: Apply :hover, :focus and :active only when multiple columns
This commit is contained in:
		@@ -1473,9 +1473,11 @@
 | 
				
			|||||||
  &:hover,
 | 
					  &:hover,
 | 
				
			||||||
  &:focus,
 | 
					  &:focus,
 | 
				
			||||||
  &:active {
 | 
					  &:active {
 | 
				
			||||||
 | 
					    @media screen and (min-width: 1025px) {
 | 
				
			||||||
      background: lighten($ui-base-color, 14%);
 | 
					      background: lighten($ui-base-color, 14%);
 | 
				
			||||||
      transition: all 100ms linear;
 | 
					      transition: all 100ms linear;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  span {
 | 
					  span {
 | 
				
			||||||
    margin-left: 5px;
 | 
					    margin-left: 5px;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user