-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
520d6dc
commit f5d0aa5
Showing
36 changed files
with
923 additions
and
289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.savedQueriesInput__hideDatepicker { | ||
.euiSuperDatePicker__flexWrapper { | ||
width: 100%; | ||
|
||
> div:nth-of-type(1) { | ||
display: none; | ||
} | ||
} | ||
} | ||
|
||
.savedQueriesInput { | ||
padding-bottom: $euiSizeXL * 6; | ||
} | ||
|
||
.savedQueryManagement__text { | ||
padding: $euiSizeM $euiSizeM ($euiSizeM / 2); | ||
} | ||
|
||
.savedQueryManagement__listWrapper { | ||
// Addition height will ensure one item is "cutoff" to indicate more below the scroll | ||
max-height: $euiFormMaxWidth + $euiSize; | ||
overflow-y: hidden; | ||
} | ||
|
||
.savedQueryManagement__list { | ||
@include euiYScrollWithShadows; | ||
max-height: inherit; // Fixes overflow for applied max-height | ||
// Left/Right padding is calculated to match the left alignment of the | ||
// popover text and buttons | ||
padding: ($euiSizeM / 2) $euiSizeXS !important; // sass-lint:disable-line no-important | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.