mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
d97609eaeb
commit
8791856654
1 changed files with 3 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue