Skip to content

Commit ba7e2cc

Browse files
authored
Merge pull request #8232 from IgniteUI/simeonoff/dock-mgr-drop-shadow
themes(dock-manager): add drop-shadow color to theme
2 parents 064a439 + 453a50c commit ba7e2cc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/dock-manager/_dock-manager-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
/// @param {Color} $context-menu-color-active [null] - Sets the text color for active context menus.
2020
/// @param {Color} $dock-background [null] - Sets the background color of the dock manager.
2121
/// @param {Color} $dock-text [null] - Sets the text color of the dock manager.
22+
/// @param {Color} $drop-shadow-background [null] - Sets the drop-shadow background color.
2223
/// @param {Color} $floating-pane-border-color [null] - Sets the border color for floating panes.
2324
/// @param {Color} $flyout-shadow-color [null] - Sets the flyout shadow color.
2425
/// @param {Color} $joystick-background [null] - Sets the background color of the joystick.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
/// @prop {Color} context-menu-color [null] - Sets the text color for context menus.
1818
/// @prop {Color} dock-background [null] - Sets the background color of the dock manager.
1919
/// @prop {Color} dock-text [null] - Sets the text color of the dock manager.
20+
/// @prop {Color} drop-shadow-background [igx-color: 'primary', rgba: .2] - Sets the drop-shadow background color.
2021
/// @prop {Color} floating-pane-border-color [igx-color: 'surface'] - Sets the border color for floating panes.
2122
/// @prop {Color} flyout-shadow-color [rgba(0, 0, 0, .08)] - Sets the flyout shadow color.
2223
/// @prop {Color} joystick-background [null] - Sets the background color of the joystick.
@@ -62,6 +63,10 @@ $_light-dock-manager: (
6263
context-menu-color: null,
6364
dock-background: null,
6465
dock-text: null,
66+
drop-shadow-background: (
67+
igx-color: ('primary', 500),
68+
rgba: .2
69+
),
6570
floating-pane-border-color: (
6671
igx-color: 'surface',
6772
),

0 commit comments

Comments
 (0)