Skip to content

Commit 45bb9bb

Browse files
author
Mariela Tihova
authored
Use flat-icon-button-theme for Paging style sample (#3873)
1 parent 741d272 commit 45bb9bb

3 files changed

Lines changed: 11 additions & 14 deletions

File tree

src/app/grid/custom-grid-paging-style/custom-grid-paging-style.component.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ $my-primary: #231c2c;
55
$my-secondary: #d0ab23;
66
$dark-gray: #333;
77
$light-gray: #999;
8-
$inactive-color: #9b7829;
8+
$inactive-color: #826217;
99

1010
$dark-paginator: paginator-theme(
1111
$text-color: $my-secondary,
1212
$background-color: $my-primary,
1313
$border-color: $my-secondary
1414
);
1515

16-
$dark-button: icon-button-theme(
16+
$dark-button: flat-icon-button-theme(
1717
$foreground: $my-secondary,
1818
$hover-foreground: $dark-gray,
1919
$hover-background: $my-secondary,
@@ -59,13 +59,12 @@ $dark-drop-down-theme: drop-down-theme(
5959

6060
:host {
6161
::ng-deep {
62-
@include css-vars($dark-drop-down-theme);
63-
62+
@include css-vars($dark-drop-down-theme);
63+
6464
igx-paginator {
6565
@include css-vars($dark-button);
6666
@include css-vars($dark-input-group);
6767
@include css-vars($dark-select);
6868
}
6969
}
7070
}
71-

src/app/hierarchical-grid/hierarchical-grid-paging-style/hierarchical-grid-paging-style.component.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ $my-primary: #231c2c;
55
$my-secondary: #d0ab23;
66
$dark-gray: #333;
77
$light-gray: #999;
8-
$inactive-color: #9b7829;
8+
$inactive-color: #826217;
99

1010
$dark-paginator: paginator-theme(
1111
$text-color: $my-secondary,
1212
$background-color: $my-primary,
1313
$border-color: $my-secondary
1414
);
1515

16-
$dark-button: icon-button-theme(
16+
$dark-button: flat-icon-button-theme(
1717
$foreground: $my-secondary,
1818
$hover-foreground: $dark-gray,
1919
$hover-background: $my-secondary,
@@ -59,7 +59,7 @@ $dark-drop-down-theme: drop-down-theme(
5959

6060
:host {
6161
::ng-deep {
62-
@include css-vars($dark-drop-down-theme);
62+
@include css-vars($dark-drop-down-theme);
6363

6464
igx-paginator {
6565
@include css-vars($dark-button);
@@ -68,4 +68,3 @@ $dark-drop-down-theme: drop-down-theme(
6868
}
6969
}
7070
}
71-

src/app/tree-grid/tree-grid-paging-style/tree-grid-paging-style-sample.component.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ $my-primary: #231c2c;
55
$my-secondary: #d0ab23;
66
$dark-gray: #333;
77
$light-gray: #999;
8-
$inactive-color: #9b7829;
8+
$inactive-color: #826217;
99

1010
$dark-paginator: paginator-theme(
1111
$text-color: $my-secondary,
1212
$background-color: $my-primary,
1313
$border-color: $my-secondary
1414
);
1515

16-
$dark-button: icon-button-theme(
16+
$dark-button: flat-icon-button-theme(
1717
$foreground: $my-secondary,
1818
$hover-foreground: $dark-gray,
1919
$hover-background: $my-secondary,
@@ -59,13 +59,12 @@ $dark-drop-down-theme: drop-down-theme(
5959

6060
:host {
6161
::ng-deep {
62-
@include css-vars($dark-drop-down-theme);
63-
62+
@include css-vars($dark-drop-down-theme);
63+
6464
igx-paginator {
6565
@include css-vars($dark-button);
6666
@include css-vars($dark-input-group);
6767
@include css-vars($dark-select);
6868
}
6969
}
7070
}
71-

0 commit comments

Comments
 (0)