Skip to content

Commit

Permalink
Hide callout border from v7 theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Jun 9, 2021
1 parent 28cf06e commit 9ec3c9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@
padding-top: 0;
padding-bottom: 0;
}

.lnsIndexPatternDimensionEditor__warning {
@include kbnThemeStyle('v7') {
border: none;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ export function DimensionEditor(props: DimensionEditorProps) {
{temporaryQuickFunction && selectedColumn?.operationType === 'formula' && (
<>
<EuiCallOut
className="lnsIndexPatternDimensionEditor__warning"
size="s"
title={i18n.translate('xpack.lens.indexPattern.formulaWarning', {
defaultMessage: 'Formula currently applied',
Expand Down

0 comments on commit 9ec3c9a

Please sign in to comment.