File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed 
src/material-experimental/mdc-button Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1111  @include  button-base .mat-private-button-touch-target (true);
1212  @include  private .private-animation-noop ();
1313
14+   //  Prevent the button from shrinking since it's always supposed to be a circle.
15+   flex-shrink 0 ;
16+ 
1417  //  MDC adds some styles to fab and mini-fab that conflict with some of our focus indicator
1518  //  styles and don't actually do anything. This undoes those conflicting styles.
1619  & :not (.mdc-ripple-upgraded ):focus ::before  {
Original file line number Diff line number Diff line change 1515  //  Border radius is inherited by ripple to know its shape. Set to 50% so the ripple is round.
1616  border-radius 50%  ;
1717
18+   //  Prevent the button from shrinking since it's always supposed to be a circle.
19+   flex-shrink 0 ;
20+ 
1821  @include  button-base .mat-private-button-disabled ();
1922  @include  button-base .mat-private-button-touch-target (true);
2023  @include  private .private-animation-noop ();
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments