Skip to content

Commit 850f425

Browse files
author
MPopov
committed
fix(watermark): remove the maps for shape from docs
1 parent 5cdaf94 commit 850f425

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ $_light-watermark-image: 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3
1616
/// @prop {Map} $link-background [igx-color: ('primary')] - The background color used for the link.
1717
/// @prop {Color} $color [#fff] - The color used for the link text.
1818
/// @requires {function} extend
19-
/// @requires {Map} $_material-shape-watermark
2019
$_light-watermark: extend(
2120
$_material-shape-watermark,
2221
(
@@ -40,7 +39,6 @@ $_light-watermark: extend(
4039
/// @type {Map}
4140
/// @requires {function} extend
4241
/// @requires {Map} $_light-watermark
43-
/// @requires {Map} $_fluent-shape-watermark
4442
$_fluent-watermark: extend(
4543
$_light-watermark,
4644
$_fluent-shape-watermark,
@@ -55,7 +53,6 @@ $_fluent-watermark: extend(
5553
/// @type {Map}
5654
/// @requires {function} extend
5755
/// @requires {Map} $_light-watermark
58-
/// @requires {Map} $_bootstrap-shape-watermark
5956
$_bootstrap-watermark: extend(
6057
$_light-watermark,
6158
$_bootstrap-shape-watermark,
@@ -71,7 +68,6 @@ $_bootstrap-watermark: extend(
7168
/// @prop {Map} $border-color [igx-color: ('primary', 300)] - The border color for the link.
7269
/// @requires {function} extend
7370
/// @requires {Map} $_light-watermark
74-
/// @requires {Map} $_indigo-shape-watermark
7571
$_indigo-watermark: extend(
7672
$_light-watermark,
7773
$_indigo-shape-watermark,

0 commit comments

Comments
 (0)