@@ -48,28 +48,28 @@ $text-color : #bbb;
4848 --button-use-gradients : true;
4949
5050 // {module: Button, ui: --ghost}
51- --button-ghost-background-color : var ( --button-text-color ) ;
51+ --button-ghost-background-color : transparent ;
5252 --button-ghost-background-color-active : #373a3c ;
5353 --button-ghost-background-color-disabled : inherit ;
54- --button-ghost-background-color-hover : var ( --button-text-color ) ;
54+ --button-ghost-background-color-hover : transparent ;
5555 --button-ghost-background-image : none ;
5656 --button-ghost-badge-background-color : var (--button-badge-color );
5757 --button-ghost-badge-color : var (--button-badge-background-color );
58- --button-ghost-border : 1 px #{ $border-style } var ( --button-background-color ) ;
58+ --button-ghost-border : none ;
5959 --button-ghost-border-active : 1px #{$border-style } #282828 ;
6060 --button-ghost-border-disabled : inherit ;
61- --button-ghost-border-hover : 1px #{$border-style } #282828 ;
61+ --button-ghost-border-hover : 1px #{$border-style } #64B5F6 ;
6262 --button-ghost-border-pressed : 1px #{$border-style } #5d83a7 ;
63- --button-ghost-glyph-color : var (--button-background -color );
64- --button-ghost-glyph-color-active : var (--button-background -color );
63+ --button-ghost-glyph-color : var (--button-text -color );
64+ --button-ghost-glyph-color-active : var (--button-text -color );
6565 --button-ghost-glyph-color-disabled : inherit ;
66- --button-ghost-glyph-color-hover : var (--button-background -color );
66+ --button-ghost-glyph-color-hover : var (--button-text -color );
6767 --button-ghost-opacity-disabled : var (--neo-disabled-opacity );
6868 --button-ghost-ripple-background-color : inherit ;
69- --button-ghost-text-color : var (--button-background -color );
70- --button-ghost-text-color-active : var (--button-background -color );
69+ --button-ghost-text-color : var (--button-text -color );
70+ --button-ghost-text-color-active : var (--button-text -color );
7171 --button-ghost-text-color-disabled : inherit ;
72- --button-ghost-text-color-hover : var (--button-background -color );
72+ --button-ghost-text-color-hover : var (--button-text -color );
7373
7474 // {module: Button, ui: --secondary}
7575 --button-secondary-background-color : var (--button-text-color );
0 commit comments