11
11
/// @type {Map}
12
12
/// @prop {Color} shadow-color [transparent] - The shadow color of the button.
13
13
/// @prop {Color} border-color [transparent] - The outline color of the button.
14
- /// @prop {Color} focus-border-color [transparent] - The focused border color of the button.
15
14
/// @prop {Color} disabled-border-color [transparent] - The disabled border color of the button.
16
15
/// @prop {Color} disabled-background [igx-color: ('grays', 300)] - The disabled background color of the button.
17
16
/// @prop {Color} disabled-foreground [igx-color: ('grays', 500)] - The disabled foreground color of the button.
@@ -22,8 +21,6 @@ $material-base-button: (
22
21
23
22
border-color : transparent ,
24
23
25
- focus-border-color : transparent ,
26
-
27
24
disabled-border-color : transparent ,
28
25
29
26
disabled-background : (
@@ -80,7 +77,6 @@ $material-flat-button: extend(
80
77
81
78
/// @type {Map}
82
79
/// @prop {Map} border-color [igx-color: ('secondary', 500)] - The outline color of the button.
83
- /// @prop {Map} focus-border-color [igx-color: ('grays', 300)] - The focused border color of the button.
84
80
/// @prop {Map} disabled-border-color [igx-color: ('grays', 300)] - The disabled focused border color of the button.
85
81
/// @requires {function} extend
86
82
/// @requires {Map} $material-flat-button
@@ -90,11 +86,7 @@ $material-outlined-button: extend(
90
86
selector: ' [igxButton="outlined"], .igx-button--outlined' ,
91
87
92
88
border-color : (
93
- igx- color: (' secondary' , 300 )
94
- ),
95
-
96
- focus- border- color: (
97
- igx- color: (' grays' , 300 )
89
+ igx- color: (' secondary' , 500 )
98
90
),
99
91
100
92
disabled- border- color: (
0 commit comments