Skip to content

fix(doc-manager): change pane transparent background to solid. #10577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
/// @prop {Color} dock-background [igx-color: ('grays', 50)] - Sets the background color of the dock manager.
/// @prop {Color} background-color [igx-color: ('grays', 50)] - Sets the base dock manager color as well as the pane headers and tabs background colors.
/// @prop {Color} pane-header-background [igx-color: ('grays', 50)] - Sets the background color for pane headers.
/// @prop {Color} pane-content-background [igx-color: ('grays', 100, .3)] - Sets the background color of the content panes.
/// @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.
/// @prop {Color} floating-pane-border-color [igx-color: ('grays', 50)] - Sets the border color for floating panes.
/// @prop {Color} joystick-background [igx-color: ('grays', 100)] - Sets the background color of the joystick.
Expand Down Expand Up @@ -44,10 +43,6 @@ $dark-base-dock-manager: (
igx-color: ('grays', 50)
),

pane-content-background: (
igx-color: ('grays', 100, .3)
),

border-color: (
igx-color: ('grays', 100)
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/// @prop {Color} joystick-border-color [igx-color: ('grays', 300)] - Sets the border color of the joystick.
/// @prop {Color} joystick-icon-color [igx-color: ('grays', 600)] - Sets the color for the joystick icons.
/// @prop {Color} joystick-icon-color-active [igx-contrast-color: 'surface'] - Sets the color of the active joystick icons.
/// @prop {Color} pane-content-background [igx-color: ('primary', 100)] - Sets the background color of the content panes.
/// @prop {Color} pane-content-background [igx-color: ('surface')] - Sets the background color of the content panes.
/// @prop {Color} pane-content-text [null] - Sets the text color of the content panes.
/// @prop {Color} pane-header-background [null] - Sets the background color for pane headers.
/// @prop {Color} pane-header-text [null] - Sets the text color for pane headers.
Expand Down