Skip to content

Commit e4d2b5d

Browse files
authored
Merge pull request #10577 from IgniteUI/mpopov/pane-bg-color
fix(doc-manager): change pane transparent background to solid.
2 parents 753718e + 08c1890 commit e4d2b5d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/// @prop {Color} dock-background [igx-color: ('grays', 50)] - Sets the background color of the dock manager.
1313
/// @prop {Color} background-color [igx-color: ('grays', 50)] - Sets the base dock manager color as well as the pane headers and tabs background colors.
1414
/// @prop {Color} pane-header-background [igx-color: ('grays', 50)] - Sets the background color for pane headers.
15-
/// @prop {Color} pane-content-background [igx-color: ('grays', 100, .3)] - Sets the background color of the content panes.
1615
/// @prop {Color} border-color [igx-color: ('grays', 100)] - Sets the global border color in the dock manager. Also sets the pane content background and the context menu active background colors.
1716
/// @prop {Color} floating-pane-border-color [igx-color: ('grays', 50)] - Sets the border color for floating panes.
1817
/// @prop {Color} joystick-background [igx-color: ('grays', 100)] - Sets the background color of the joystick.
@@ -44,10 +43,6 @@ $dark-base-dock-manager: (
4443
igx-color: ('grays', 50)
4544
),
4645

47-
pane-content-background: (
48-
igx-color: ('grays', 100, .3)
49-
),
50-
5146
border-color: (
5247
igx-color: ('grays', 100)
5348
),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/// @prop {Color} joystick-border-color [igx-color: ('grays', 300)] - Sets the border color of the joystick.
2828
/// @prop {Color} joystick-icon-color [igx-color: ('grays', 600)] - Sets the color for the joystick icons.
2929
/// @prop {Color} joystick-icon-color-active [igx-contrast-color: 'surface'] - Sets the color of the active joystick icons.
30-
/// @prop {Color} pane-content-background [igx-color: ('primary', 100)] - Sets the background color of the content panes.
30+
/// @prop {Color} pane-content-background [igx-color: ('surface')] - Sets the background color of the content panes.
3131
/// @prop {Color} pane-content-text [null] - Sets the text color of the content panes.
3232
/// @prop {Color} pane-header-background [null] - Sets the background color for pane headers.
3333
/// @prop {Color} pane-header-text [null] - Sets the text color for pane headers.

0 commit comments

Comments
 (0)