File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas/light Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ $_light-pagination: (
32
32
/// Generates a light pagination schema.
33
33
/// @type {Map}
34
34
/// @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.
36
36
/// @requires {function} extend
37
37
/// @requires {Map} $_light-pagination
38
38
$_fluent-pagination : extend (
@@ -46,7 +46,6 @@ $_fluent-pagination: extend(
46
46
47
47
border-color : (
48
48
igx- color: (' grays' , 100 ),
49
- hexrgba: #fff
50
49
)
51
50
)
52
51
);
You can’t perform that action at this time.
0 commit comments