Skip to content

Commit 49ccfdd

Browse files
committed
fix toolbar buttons styles in Dashboard
1 parent 06ddeed commit 49ccfdd

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

src/plugins/presentation_util/public/components/solution_toolbar/items/button.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44

55
// Lighten the border color for all states
66
border-color: $euiBorderColor !important; // sass-lint:disable-line no-important
7+
8+
@include kbnThemeStyle('v8') {
9+
border-width: $euiBorderWidthThin;
10+
border-style: solid;
11+
}
712
}

src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
.quickButtonGroup {
22
.quickButtonGroup__button {
33
background-color: $euiColorEmptyShade;
4+
@include kbnThemeStyle('v8') {
5+
// sass-lint:disable-block no-important
6+
border-width: $euiBorderWidthThin !important;
7+
border-style: solid !important;
8+
border-color: $euiBorderColor !important;
9+
}
410
}
511

612
// Temporary fix for two tone icons to make them monochrome

0 commit comments

Comments
 (0)