Skip to content

Commit 1627972

Browse files
committed
refactor(button): remove unused styles
1 parent 47dba55 commit 1627972

File tree

1 file changed

+0
-8
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes/schemas/light

1 file changed

+0
-8
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_button.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
/// @type {Map}
1212
/// @prop {Color} shadow-color [transparent] - The shadow color of the button.
1313
/// @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.
1514
/// @prop {Color} disabled-border-color [transparent] - The disabled border color of the button.
1615
/// @prop {Color} disabled-background [igx-color: ('grays', 300)] - The disabled background color of the button.
1716
/// @prop {Color} disabled-foreground [igx-color: ('grays', 500)] - The disabled foreground color of the button.
@@ -22,8 +21,6 @@ $material-base-button: (
2221

2322
border-color: transparent,
2423

25-
focus-border-color: transparent,
26-
2724
disabled-border-color: transparent,
2825

2926
disabled-background: (
@@ -80,7 +77,6 @@ $material-flat-button: extend(
8077

8178
/// @type {Map}
8279
/// @prop {Map} border-color [igx-color: ('secondary', 500)] - The outline color of the button.
83-
/// @prop {Map} focus-border-color [igx-color: ('secondary', 500)] - The focused border color of the button.
8480
/// @prop {Map} disabled-border-color [igx-color: ('grays', 300)] - The disabled focused border color of the button.
8581
/// @requires {function} extend
8682
/// @requires {Map} $material-flat-button
@@ -93,10 +89,6 @@ $material-outlined-button: extend(
9389
igx-color: ('secondary', 500)
9490
),
9591

96-
focus-border-color: (
97-
igx-color: ('secondary', 500)
98-
),
99-
10092
disabled-border-color: (
10193
igx-color: ('grays', 300)
10294
),

0 commit comments

Comments
 (0)