mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
removing inline style, adding color to font awesome icon
This commit is contained in:
parent
8f9d8b367c
commit
680e0bf95d
2 changed files with 10 additions and 1 deletions
|
@ -6,6 +6,15 @@ visualize-legend {
|
|||
flex-direction: row;
|
||||
}
|
||||
|
||||
.legend-title {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
i {
|
||||
color: #BEBEBE;
|
||||
}
|
||||
}
|
||||
|
||||
.legend-col-wrapper {
|
||||
.flex-parent(0, 0, auto);
|
||||
z-index: 10;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="legend-col-wrapper" ng-if="labels.length">
|
||||
<div style="display: flex; flex-direction: row">
|
||||
<div class="legend-title">
|
||||
<span>Legend</span>
|
||||
<div ng-click="toggleLegend()" class="legend-toggle">
|
||||
<i class="fa" ng-class="open ? 'fa-chevron-circle-right' : 'fa-chevron-circle-left'"></i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue