Skip to content

Commit cb49593

Browse files
authored
Merge branch 'master' into ddincheva/rowSelectionBugFixs
2 parents e7a749f + 2476d2e commit cb49593

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $_light-pagination: (
3232
/// Generates a light pagination schema.
3333
/// @type {Map}
3434
/// @prop {Map} background-color [igx-color: 'surface'] - The background color of the paging panel.
35-
/// @prop {Map} border-color [igx-color: ('grays', 100), hexrgba: #fff] - The border color of the paging panel.
35+
/// @prop {Map} border-color [igx-color: ('grays', 100)] - The border color of the paging panel.
3636
/// @requires {function} extend
3737
/// @requires {Map} $_light-pagination
3838
$_fluent-pagination: extend(
@@ -46,7 +46,6 @@ $_fluent-pagination: extend(
4646

4747
border-color: (
4848
igx-color: ('grays', 100),
49-
hexrgba: #fff
5049
)
5150
)
5251
);

0 commit comments

Comments
 (0)