12 lines
		
	
	
		
			249 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			249 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| // Select
 | |
| // *******************************************************************************
 | |
| 
 | |
| .form-select {
 | |
|   background-clip: padding-box;
 | |
|   &:hover {
 | |
|     &:not([disabled]):not([focus]) {
 | |
|       border-color: $input-border-hover-color;
 | |
|     }
 | |
|   }
 | |
| }
 |