Skip to content

Commit 3c0b330

Browse files
author
Stefan Ivanov
committed
Light themes completed
1 parent b3eab5e commit 3c0b330

File tree

1 file changed

+35
-11
lines changed

1 file changed

+35
-11
lines changed

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

Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -171,42 +171,66 @@ $_fluent-dock-manager: extend(
171171
/// @requires $_bootstrap-shape-dock-manager
172172
$_bootstrap-dock-manager: extend(
173173
$_light-dock-manager, (
174-
border-color: #fff,
174+
border-color: (
175+
igx-color: surface
176+
),
175177
button-text: (
176178
igx-color: primary,
177179
),
178180
context-menu-background-active: (
179181
igx-color: primary,
180182
),
181-
context-menu-color-active: #fff,
183+
context-menu-color-active: (
184+
igx-color: surface
185+
),
182186
context-menu-color: (
183187
igx-color: primary,
184188
),
185189
dock-background: #f8f9fa,
186-
floating-pane-border-color: #E0E0E0,
190+
floating-pane-border-color: (
191+
igx-color: (grays, 300),
192+
hexrgba: (),
193+
),
187194
joystick-background-active: (
188195
igx-color: primary,
189196
),
190-
joystick-border-color: #E0E0E0,
197+
joystick-border-color: (
198+
igx-color: (grays, 300),
199+
hexrgba: (),
200+
),
191201
joystick-icon-color: (
192202
igx-color: primary,
193203
),
194204
joystick-icon-color-active: #fff,
195-
pane-content-background: #fff,
205+
pane-content-background: (
206+
igx-color: surface
207+
),
196208
pinned-header-background: #f8f9fa,
197209
pane-header-background: #f8f9fa,
198210
primary-color: #f8f9fa,
199211
splitter-background: #e9ecef,
200212
splitter-handle: #bdc6d0,
201-
tab-background-active: #fff,
202-
tab-background: #fff,
203-
tab-border-color-active: rgba(0, 0, 0, .12),
204-
tab-border-color: #fff,
205-
tab-text-active: rgba(0, 0, 0, .74),
213+
tab-background-active: (
214+
igx-color: surface
215+
),
216+
tab-background: (
217+
igx-color: surface
218+
),
219+
tab-border-color-active: (
220+
igx-color: (grays, 300)
221+
),
222+
tab-border-color: (
223+
igx-color: surface
224+
),
225+
tab-text-active: (
226+
igx-color: (grays, 800)
227+
),
206228
tab-text: (
207229
igx-color: primary,
208230
),
209-
text-color: rgba(0, 0, 0, .74),
231+
text-color: (
232+
igx-color: (grays, 800)
233+
),
210234
)
211235
);
212236

0 commit comments

Comments
 (0)