File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
core/src/components/button Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 7070}
7171
7272// Provide fallbacks for ion-color-base for all colors
73- :host (.button-outline.ion-color.ion-color-warning ){
73+ :host (.button-outline.ion-color.ion-color-warning ) {
7474 .button-native {
7575 --ion-color-base : #{globals .$ion-text-warning } ;
7676 }
7979 }
8080}
8181
82-
8382// Clear Button
8483// --------------------------------------------------
8584
8685:host (.button-clear ) {
87- --background-activated : var (--ion-color-subtle-shade , #{globals .current-color ( shade , $subtle : true )} );
86+ --background-activated : var (--ion-color-subtle-shade , #{globals .current-color (shade , $subtle : true )} );
8887 --background-focused : transparent ;
89- --background-hover : var (--ion-color-subtle-shade , #{globals .current-color ( shade , $subtle : true )} );
88+ --background-hover : var (--ion-color-subtle-shade , #{globals .current-color (shade , $subtle : true )} );
9089 --background-hover-opacity : 1 ;
9190 --color : #{globals .ion-color (primary , foreground )} ;
9291 --ripple-opacity : var (--background-activated-opacity , 1 );
You can’t perform that action at this time.
0 commit comments