File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -523,8 +523,9 @@ $picker-list-offset-lg: calc(($picker-list-width-lg - $picker-width-lg) / 2);
523523}
524524
525525.react-select__control--is-focused  {
526-   border-color var (--color_border_focus ) !important ;
527-   box-shadow 0  0  0  1px   var (--color_border_focus ) !important ;
526+   transition 0.2s   ease-out ;
527+   border-color var (--color_border_default ) !important ;
528+   box-shadow 0  0  0  3px   var (--color_border_default ) !important ;
528529}
529530
530531.react-select__value-container  {
@@ -637,7 +638,7 @@ $picker-list-offset-lg: calc(($picker-list-width-lg - $picker-width-lg) / 2);
637638.react-select__option--is-disabled  {
638639  color var (--color_fg_bold ) !important ;
639640  font-weight 500 ;
640-   opacity 0.32 ;
641+   opacity 0.32   !important ;
641642  cursor : not-allowed  !important ;
642643}
643644
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments