Skip to content

Commit f336a44

Browse files
committed
style(themes): dock manager linting errors
1 parent 92d41ef commit f336a44

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,20 @@ $_dark-fluent-dock-manager: extend(
8383
$_fluent-dock-manager, (
8484
accent-color: (
8585
igx-color: surface,
86-
rgba: 0.5,
86+
rgba: .5,
8787
hexrgba: #000,
8888
),
8989
primary-color: (
9090
igx-color: surface,
91-
rgba: 0.85,
91+
rgba: .85,
9292
hexrgba: #000,
9393
),
9494
button-text: (
9595
igx-contrast-color: surface,
9696
),
9797
context-menu-background-active: (
9898
igx-color: surface,
99-
rgba: 0.5,
99+
rgba: .5,
100100
hexrgba: #000,
101101
),
102102
context-menu-color-active: (
@@ -111,13 +111,13 @@ $_dark-fluent-dock-manager: extend(
111111
),
112112
dock-background: (
113113
igx-color: surface,
114-
rgba: 0.85,
114+
rgba: .85,
115115
hexrgba: #000,
116116
),
117117
floating-pane-border-color: transparent,
118118
joystick-background-active: (
119119
igx-color: surface,
120-
rgba: 0.5,
120+
rgba: .5,
121121
hexrgba: #000,
122122
),
123123
joystick-background: (
@@ -133,22 +133,22 @@ $_dark-fluent-dock-manager: extend(
133133
),
134134
pane-header-backround: (
135135
igx-color: surface,
136-
rgba: 0.85,
136+
rgba: .85,
137137
hexrgba: #000,
138138
),
139139
pinned-header-background: (
140140
igx-color: surface,
141-
rgba: 0.85,
141+
rgba: .85,
142142
hexrgba: #000,
143143
),
144144
splitter-background: (
145145
igx-color: surface,
146-
rgba: 0.7,
146+
rgba: .7,
147147
hexrgba: #000,
148148
),
149149
splitter-handle: (
150150
igx-color: surface,
151-
rgba: 0.2,
151+
rgba: .2,
152152
hexrgba: #000,
153153
),
154154
tab-text: (
@@ -168,43 +168,43 @@ $_dark-bootstrap-dock-manager: extend(
168168
$_bootstrap-dock-manager, (
169169
accent-color: (
170170
igx-color: surface,
171-
rgba: 0.33,
171+
rgba: .33,
172172
hexrgba: #000,
173173
),
174174
primary-color: (
175175
igx-color: surface,
176-
rgba: 0.33,
176+
rgba: .33,
177177
hexrgba: #000,
178178
),
179179
context-menu-background: (
180180
igx-color: surface,
181-
rgba: 0.66,
181+
rgba: .66,
182182
hexrgba: #000,
183183
),
184184
context-menu-color-active: (
185185
igx-contrast-color: surface,
186186
),
187187
dock-background: (
188188
igx-color: surface,
189-
rgba: 0.33,
189+
rgba: .33,
190190
hexrgba: #000,
191191
),
192192
joystick-background: (
193193
igx-color: surface,
194-
rgba: 0.66,
194+
rgba: .66,
195195
hexrgba: #000,
196196
),
197197
joystick-icon-color-active: (
198198
igx-contrast-color: surface,
199199
),
200200
pane-header-background: (
201201
igx-color: surface,
202-
rgba: 0.33,
202+
rgba: .33,
203203
hexrgba: #000,
204204
),
205205
pinned-header-background: (
206206
igx-color: surface,
207-
rgba: 0.33,
207+
rgba: .33,
208208
hexrgba: #000,
209209
),
210210
splitter-background: (

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $_light-dock-manager: (
4646
primary-color: null,
4747
border-color: (
4848
igx-color: (primary, 100),
49-
rgba: 0.1,
49+
rgba: .1,
5050
hexrgba: (),
5151
),
5252
button-text: (
@@ -77,7 +77,7 @@ $_light-dock-manager: (
7777
),
7878
pane-content-background: (
7979
igx-color: (primary, 100),
80-
rgba: 0.1,
80+
rgba: .1,
8181
hexrgba: (),
8282
),
8383
pane-content-text: null,
@@ -91,7 +91,7 @@ $_light-dock-manager: (
9191
splitter-handle: null,
9292
tab-background-active: (
9393
igx-color: (primary, 100),
94-
rgba: 0.1,
94+
rgba: .1,
9595
hexrgba: (),
9696
),
9797
tab-background: null,
@@ -169,7 +169,7 @@ $_fluent-dock-manager: extend(
169169
),
170170
splitter-handle: (
171171
igx-color: (grays, 400),
172-
rgba: 0.2,
172+
rgba: .2,
173173
hexrgba: (),
174174
),
175175
tab-background-active: (
@@ -258,7 +258,7 @@ $_bootstrap-dock-manager: extend(
258258
),
259259
splitter-handle: (
260260
igx-color: (grays,400),
261-
rgba: 0.2,
261+
rgba: .2,
262262
hexrgba: (),
263263
),
264264
tab-background-active: (

0 commit comments

Comments
 (0)