Fixed issue that caused quick-sort buttons to not be clickable
Fixes #1639
This commit is contained in:
		
							parent
							
								
									16d8a667b1
								
							
						
					
					
						commit
						0345ece890
					
				| 
						 | 
					@ -235,6 +235,7 @@
 | 
				
			||||||
  padding: $-m $-xl;
 | 
					  padding: $-m $-xl;
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
  &::before {
 | 
					  &::before {
 | 
				
			||||||
 | 
					    pointer-events: none;
 | 
				
			||||||
    content: '';
 | 
					    content: '';
 | 
				
			||||||
    border-radius: 4px;
 | 
					    border-radius: 4px;
 | 
				
			||||||
    opacity: 0.5;
 | 
					    opacity: 0.5;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue