Skip to content

Commit d8bffbd

Browse files
committed
fix v7
1 parent 6d4326c commit d8bffbd

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/config_panel.scss

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
}
44

55
.lnsConfigPanel__addLayerBtn {
6-
color: transparentize($euiColorMediumShade, .3);
7-
// Remove EuiButton's default shadow to make button more subtle
8-
// sass-lint:disable-block no-important
9-
box-shadow: none !important;
10-
border-color: $euiColorLightShade;
6+
@include kbnThemeStyle('v7') {
7+
// sass-lint:disable-block no-important
8+
background-color: transparent !important;
9+
color: transparentize($euiColorMediumShade, .3) !important;
10+
border-color: $euiColorLightShade !important;
11+
box-shadow: none !important;
12+
}
13+
1114
}

x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel_wrapper.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
overflow: visible;
1313
border: none;
1414
height: 100%;
15+
@include kbnThemeStyle('v7') {
16+
border: none !important; // sass-lint:disable-line no-important
17+
}
1518

1619
.lnsWorkspacePanelWrapper__pageContentBody {
1720
@include euiScrollBar;

0 commit comments

Comments
 (0)