Skip to content

Commit

Permalink
Merge branch 'main' of github.com:phestecAMZN/index-management-dashbo…
Browse files Browse the repository at this point in the history
…ards-plugin

Signed-off-by: Chris Hesterman <[email protected]>
  • Loading branch information
phestecAMZN committed Nov 30, 2022
2 parents 9a367f7 + 02ccb96 commit 2714dd2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion public/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ $euiTextColor: $euiColorDarkestShade !default;
@function tintOrShade($color, $tint, $shade) {
@if (lightness($euiTextColor) > 50) {
@return shade($color, $shade);
} @else {
}

@else {
@return tint($color, $tint);
}
}
Expand All @@ -34,6 +36,7 @@ $euiTextColor: $euiColorDarkestShade !default;

.refresh-button {
min-width: 0;

.euiButtonContent {
.euiButton__text {
margin: 0;
Expand All @@ -44,3 +47,10 @@ $euiTextColor: $euiColorDarkestShade !default;
.state-accordion:hover {
text-decoration: none;
}

.euiFilterGroup__popoverPanel {
width: fit-content;
width: -moz-fit-content;
max-width: 90vw;
min-width: 300px;
}

0 comments on commit 2714dd2

Please sign in to comment.