Skip to content

Commit 94bc774

Browse files
author
MPopov
committed
fix(watermark): update missing border-radius docs
1 parent f9704ab commit 94bc774

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ $_light-watermark: extend(
3838

3939
/// Generates a light fluent watermark schema.
4040
/// @type {Map}
41+
/// @prop {Number} $border-radius [2px] - The border radius used for the link.
4142
/// @requires {function} extend
4243
/// @requires {Map} $_light-watermark
4344
$_fluent-watermark: extend(
@@ -52,6 +53,7 @@ $_fluent-watermark: extend(
5253

5354
/// Generates a bootstrap watermark schema.
5455
/// @type {Map}
56+
/// @prop {Number} $border-radius [4px] - The border radius used for the link.
5557
/// @requires {function} extend
5658
/// @requires {Map} $_light-watermark
5759
$_bootstrap-watermark: extend(
@@ -67,6 +69,7 @@ $_bootstrap-watermark: extend(
6769
/// Generates an indigo watermark schema.
6870
/// @type {Map}
6971
/// @prop {Map} $border-color [igx-color: ('primary', 300)] - The border color for the link.
72+
/// @prop {Number} $border-radius [1] - The border radius fraction, between 0-1 to be used for the link.
7073
/// @requires {function} extend
7174
/// @requires {Map} $_light-watermark
7275
$_indigo-watermark: extend(

0 commit comments

Comments
 (0)