Skip to content

Commit 53d29ca

Browse files
committed
docs(sassdoc): remove $ signs
1 parent 9bf66c3 commit 53d29ca

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_splitter.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
/// Generates a dark splitter schema.
1010
/// @type {Map}
11-
/// @property {Map} $handle-color [igx-color: 'surface', lighten: 20%] - The color for the bar drag handle.
12-
/// @property {Map} $expander-color [igx-color: 'surface', lighten: 20%] - The color for the arrow expander's.
11+
/// @property {Map} handle-color [igx-color: 'surface', lighten: 20%] - The color for the bar drag handle.
12+
/// @property {Map} expander-color [igx-color: 'surface', lighten: 20%] - The color for the arrow expander's.
1313
/// @requires {function} extend
1414
/// @requires $_light-splitter
1515
$_dark-splitter: extend(
@@ -41,8 +41,8 @@ $_dark-bootstrap-splitter: extend($_bootstrap-splitter);
4141

4242
/// Generates a dark indigo splitter schema.
4343
/// @type {Map}
44-
/// @property {Map} $handle-color [igx-color: 'surface'] - The color for the bar drag handle.
45-
/// @property {Map} $expander-color [igx-color: 'surface'] - The color for the bar drag handle.
44+
/// @property {Map} handle-color [igx-color: 'surface'] - The color for the bar drag handle.
45+
/// @property {Map} expander-color [igx-color: 'surface'] - The color for the bar drag handle.
4646
/// @requires {function} extend
4747
/// @requires $_indigo-splitter
4848
$_dark-indigo-splitter: extend(

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
///
4040
/// @prop {Number} border-radius [0] - The border radius fraction, between 0-1 to be used for list component.
4141
/// @prop {Number} item-border-radius [0] - The border radius fraction, between 0-1 to be used for list item.
42-
/// @prop {Number} $border-color [transparent] - The list border color.
43-
/// @prop {Color} $border-width [0] - The list border width.
42+
/// @prop {Number} border-color [transparent] - The list border color.
43+
/// @prop {Color} border-width [0] - The list border width.
4444
///
4545
/// @see $default-palette
4646
$_light-list: extend(
@@ -139,8 +139,8 @@ $_fluent-list: extend($_light-list);
139139
///
140140
/// @prop {Number} border-radius [rem(4px)] - The border radius fraction, between 0-1 to be used for list component.
141141
/// @prop {Number} item-border-radius [0] - The border radius fraction, between 0-1 to be used for list item.
142-
/// @prop {Number} $border-color [igx-color: ('grays', 300)] - The list border color.
143-
/// @prop {Color} $border-width [rem(1px)] - The list border width.
142+
/// @prop {Number} border-color [igx-color: ('grays', 300)] - The list border color.
143+
/// @prop {Color} border-width [rem(1px)] - The list border width.
144144
/// @requires {function} extend
145145
/// @requires {Map} $_light-list
146146
$_bootstrap-list: extend(

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
/// Generates a light navbar schema.
1111
/// @type {Map}
1212
///
13-
/// @prop {Map} $background [igx-color: ('primary', 500)] - The navbar background color.
14-
/// @prop {Map} $text-color [igx-contrast-color: ('primary', 500)] - The navbar text color.
15-
/// @prop {Map} $idle-icon-color [igx-contrast-color: ('primary', 500)] - The navbar idle icon color.
16-
/// @prop {Map} $hover-icon-color [igx-contrast-color: ('primary', 500)] - The navbar hover icon color.
17-
/// @prop {Number} $elevation [4] - The navbar elevation shadow level.
13+
/// @prop {Map} background [igx-color: ('primary', 500)] - The navbar background color.
14+
/// @prop {Map} text-color [igx-contrast-color: ('primary', 500)] - The navbar text color.
15+
/// @prop {Map} idle-icon-color [igx-contrast-color: ('primary', 500)] - The navbar idle icon color.
16+
/// @prop {Map} hover-icon-color [igx-contrast-color: ('primary', 500)] - The navbar hover icon color.
17+
/// @prop {Number} elevation [4] - The navbar elevation shadow level.
1818
///
1919
/// @see $default-palette
2020
$_light-navbar: extend(
@@ -47,11 +47,11 @@ $_fluent-navbar: extend($_light-navbar);
4747

4848
/// Generates a bootstrap navbar schema.
4949
/// @type {Map}
50-
/// @prop {Map} $background [igx-color: 'surface'] - The navbar background color.
51-
/// @prop {Map} $text-color [igx-contrast-color: 'surface'] - The navbar text color.
52-
/// @prop {Map} $idle-icon-color [igx-contrast-color: 'surface'] - The navbar idle icon color.
53-
/// @prop {Map} $hover-icon-color [igx-contrast-color: 'surface'] - The navbar hover icon color.
54-
/// @prop {Number} $elevation [0] - The navbar elevation shadow level.
50+
/// @prop {Map} background [igx-color: 'surface'] - The navbar background color.
51+
/// @prop {Map} text-color [igx-contrast-color: 'surface'] - The navbar text color.
52+
/// @prop {Map} idle-icon-color [igx-contrast-color: 'surface'] - The navbar idle icon color.
53+
/// @prop {Map} hover-icon-color [igx-contrast-color: 'surface'] - The navbar hover icon color.
54+
/// @prop {Number} elevation [0] - The navbar elevation shadow level.
5555
/// @requires {function} extend
5656
/// @requires {Map} $_light-navbar
5757
$_bootstrap-navbar: extend(

0 commit comments

Comments
 (0)