Removing 1 value lenses in visualizations

This commit is contained in:
havidarou 2018-01-15 11:04:22 -05:00
parent 952f1f4b24
commit 81235038e0

View File

@ -3,6 +3,19 @@
cursor: default !important;
}
.kbn-vis-value .fa-search-minus {
display: none !important;
}
.kbn-vis-value .fa-search-plus {
width: 100% !important;
}
.kbn-vis-value .table-cell-filter {
width: 100% !important;
opacity: 0 !important;
}
.bg-info {
background-color: #1F6B7A !important;
}