File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 44/// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a>
55/// /
66$_default-elevation-chip : (
7- chip- ghost-elevation : 8
7+ ghost-elevation : 8
88);
99
1010$_fluent-elevation-chip : (
11- chip- ghost-elevation : 2
11+ ghost-elevation : 2
1212);
13-
Original file line number Diff line number Diff line change 2929/// @prop {Map} focus-selected-text-color [igx-color: ('grays', 700)] - The selected chip text focus color.
3030/// @prop {Map} focus-selected-background [igx-color: ('grays', 400)] - The selected chip focus background color.
3131/// @prop {Map} focus-selected-border-color [transparent] - The selected chip focus border color.
32- /// @prop {Number} chip- ghost-elevation [8] - The elevation level for the chip's ghost (dragging mode). Between 0-24.
32+ /// @prop {Number} ghost-elevation [8] - The elevation level for the chip's ghost (dragging mode). Between 0-24.
3333///
3434/// @requires {function} extend
3535/// @requires {map} $_default-shape-chip
@@ -121,7 +121,7 @@ $_light-chip: extend(
121121/// @prop {Map} hover-selected-background [igx-color: ('primary', 500)] - The selected chip hover background color.
122122/// @prop {Map} focus-selected-text-color [igx-contrast-color: ('primary', 500)] - The selected chip text focus color.
123123/// @prop {Map} focus-selected-background [igx-color: ('primary', 500)] - The selected chip focus background color.
124- /// @prop {Number} chip- ghost-elevation [2] - The elevation level for the chip's ghost (dragging mode). Between 0-24.
124+ /// @prop {Number} ghost-elevation [2] - The elevation level for the chip's ghost (dragging mode). Between 0-24.
125125///
126126/// @requires {function} extend
127127/// @requires {map} $_light-chip
You can’t perform that action at this time.
0 commit comments