We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e46c8 commit 4f49f42Copy full SHA for 4f49f42
redisinsight/ui/src/styles/base/_inputs.scss
@@ -53,13 +53,8 @@ input[name='sshPassphrase'] ~ .euiFormControlLayoutIcons {
53
}
54
55
.euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap {
56
- background-image: linear-gradient(
57
- to top,
58
- var(--euiColorPrimary),
59
- var(--euiColorPrimary) 2px,
60
- transparent 2px,
61
- transparent 100%
62
- ) !important;
+ background-image: none !important;
+ border-bottom: solid 2px var(--euiColorPrimary) !important;
63
64
.euiComboBox .euiComboBox__inputWrap {
65
.euiComboBoxPill {
0 commit comments