File tree Expand file tree Collapse file tree
x-pack/plugins/lens/public/editor_frame_service/editor_frame Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments