File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 88  --background : #{globals .$ion-bg-surface-default } ;
99  --background-activated : #{globals .$ion-bg-select-default } ;
1010  --background-focused : #{globals .$ion-primitives-neutral-200 } ;
11-   --background-focused-opacity : 1 ;
11+   --background-focused-opacity : 0 ;
1212  --border-color : #{globals .$ion-primitives-neutral-300 } ;
1313  --border-style : #{globals .$ion-border-style-solid } ;
1414  --border-width : #{0  0  globals .$ion-border-size-025  0 } ;
Original file line number Diff line number Diff line change @@ -67,4 +67,9 @@ ion-content {
6767  --padding-end : #{globals .$ion-space-400 }  !important ;
6868  /*  stylelint-disable-next-line declaration-no-important */ 
6969  --padding-bottom : #{globals .$ion-space-1200 }  !important ;
70+ 
71+   //  Set the background to the focused element within a radio group only when there is a checked radio
72+   & :has (.radio-checked ) .ion-focused :not (.item-radio-checked ) {
73+     --background-focused-opacity : 1 ;
74+   }
7075}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments