forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use EuiButtonIcon, misc CSS changes (#3)
- Loading branch information
Ryan Keairns
authored
Nov 5, 2020
1 parent
f3fcf55
commit 76683c7
Showing
3 changed files
with
31 additions
and
44 deletions.
There are no files selected for viewing
30 changes: 0 additions & 30 deletions
30
src/plugins/charts/public/static/components/_legend_toggle.scss
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
src/plugins/charts/public/static/components/legend_toggle.scss
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,20 @@ | ||
.echLegend__toggle { | ||
position: absolute; | ||
bottom: 0; | ||
left: 0; | ||
z-index: 1; | ||
margin: $euiSizeXS; | ||
|
||
&--isOpen { | ||
background-color: $euiColorLightestShade; | ||
} | ||
|
||
&--position-left, | ||
&--position-bottom { | ||
left: auto; | ||
bottom: auto; | ||
right: 0; | ||
top: 0; | ||
} | ||
} | ||
|
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