You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_dock-manager.scss
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
///@prop{Color}joystick-border-color [#424242] - Sets the border color of the joystick.
18
18
///@prop{Color}joystick-icon-color-active [#fff] - Sets the color of the active joystick icons.
19
19
///@prop{Color}pane-content-background [#212121] - Sets the background color of the content panes.
20
-
///@prop{Color}primary-color [#111] - Sets the base dock manager color as well as the pane headers and tabs background colors.
20
+
///@prop{Color}background-color [#111] - Sets the base dock manager color as well as the pane headers and tabs background colors.
21
21
///@prop{Color}splitter-background [#000] - Sets the background color for the splitters.
22
22
///@prop{Color}tab-background-active [#212121] - Sets the background color for active tabs.
23
23
///@prop{Color}text-color [rgba(255, 255, 255, .7)] - Sets the text color for most elements in the dock manager. Used as the default joystick icon color.
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_dock-manager.scss
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
/// Generates a light dock-manager schema.
8
8
///@type {Map}
9
9
///@prop{Color}accent-color [#fff] - Sets the pinned header background color, the joystick background and border colors, as well as the context menu background color.
10
+
///@prop{Color}active-color [igx-color: 'primary'] - Sets the active text and border colors for tabs, panes, and menus.
10
11
///@prop{Color}border-color [#F3F5F7] - Sets the global border color in the dock manager. Also sets the pane content background and the context menu active background colors.
11
12
///@prop{Color}button-text [rgba(0, 0, 0, .72)] - Sets the button text color.
12
13
///@prop{Color}context-menu-background [null] - Sets the background color for context menus.
@@ -28,7 +29,7 @@
28
29
///@prop{Color}pane-header-text [null] - Sets the text color for pane headers.
29
30
///@prop{Color}pinned-header-background [null] - Sets the background colors of pinned headers.
30
31
///@prop{Color}pinned-header-text [null] - Sets the text colors of pinned headers.
31
-
///@prop{Color}primary-color [#E5E7E9] - Sets the base dock manager color as well as the pane headers and tabs background colors.
32
+
///@prop{Color}background-color [#E5E7E9] - Sets the base dock manager color as well as the pane headers and tabs background colors.
32
33
///@prop{Color}splitter-background [#d3d6d9] - Sets the background color for the splitters.
33
34
///@prop{Color}splitter-handle [null] - Sets the background color for the splitter handles.
34
35
///@prop{Color}tab-background [null] - Sets the background color for tabs.
0 commit comments