Skip to content

Commit

Permalink
[ML] Fix alignment of filter icons in anomalies table (elastic#26253)
Browse files Browse the repository at this point in the history
* [ML] Fix alignment of filter icons in anomalies table

* [ML] Teak y position of icons in expanded row of table
  • Loading branch information
peteharverson committed Nov 27, 2018
1 parent 63b7c9d commit 4e38197
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@

.filter-button {
opacity: 0.3;
width: 20px;
padding-top: 2px;
min-width: 14px;

.euiIcon {
width: 14px;
Expand Down Expand Up @@ -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);
}

}
Expand Down

0 comments on commit 4e38197

Please sign in to comment.