Skip to content

Commit

Permalink
[ML] Fixing metric select double caret (#30357)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored Feb 7, 2019
1 parent a4e178b commit 175d936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,10 @@
width: 130px;
flex-grow: 0;
padding: 5px 10px;
-webkit-appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

&::after {
content: "";
position: absolute;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: $euiSizeXS dashed;
border-top: $euiSizeXS solid $euiColorFullShade;
border-right: $euiSizeXS solid transparent;
border-left: $euiSizeXS solid transparent;
right: 10px;
top: 14px;
pointer-events: none;
}
}
}
.field-row:first-child {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,10 @@
width: 130px;
flex-grow: 0;
padding: 5px 10px;
-webkit-appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

&::after {
content: "";
position: absolute;
width: 0;
height: 0;
margin-left: $euiSizeXS / 2;
vertical-align: middle;
border-top: $euiSizeXS dashed;
border-top: $euiSizeXS solid $euiColorFullShade;
border-right: $euiSizeXS solid transparent;
border-left: $euiSizeXS solid transparent;
right: 43px;
top: 14px;
pointer-events: none;
}
}

.remove-button {
Expand Down

0 comments on commit 175d936

Please sign in to comment.