[ML] Fix alignment of filter icons in anomalies table (#26253)

* [ML] Fix alignment of filter icons in anomalies table

* [ML] Teak y position of icons in expanded row of table
This commit is contained in:
Pete Harverson 2018-11-27 13:32:03 +00:00 committed by GitHub
parent d97609eaeb
commit 8791856654
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,8 +53,7 @@
.filter-button {
opacity: 0.3;
width: 20px;
padding-top: 2px;
min-width: 14px;
.euiIcon {
width: 14px;
@ -105,13 +104,8 @@
}
.filter-button {
height: 20px;
padding-top: 2px;
.euiButtonIcon__icon {
-webkit-transform: translateY(-7px);
transform: translateY(-7px);
}
-webkit-transform: translateY(-1px);
transform: translateY(-1px);
}
}