File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ sl-icon[name='check'] {
9797
9898kbd  {
9999  font-family var (--sl-text-typeset-font-family-body );
100-   letter-spacing 2 px 
100+   letter-spacing var ( --sl-size-025 ) ;
101101  margin-inline-start auto ;
102102  padding-inline-start var (--sl-size-100 );
103103}
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ describe('sl-menu-item', () => {
149149    } ) ; 
150150
151151    it ( 'should have an aria-keyshortcuts attribute' ,  ( )  =>  { 
152-       expect ( el ) . to . have . attribute ( 'aria-keyshortcuts' ,  ' Meta+1') ; 
152+       expect ( el ) . to . have . attribute ( 'aria-keyshortcuts' ,  navigator . platform . indexOf ( 'Mac' )   >   - 1  ?  ' Meta+1'  :  'Ctrl +1') ; 
153153    } ) ; 
154154
155155    it ( 'should hide the kbd element from assistive technologies' ,  ( )  =>  { 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments