Skip to content

Commit 0de3998

Browse files
#RI-2740-update icon styles (#564)
1 parent 36601ce commit 0de3998

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

redisinsight/ui/src/styles/base/_inputs.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
pointer-events: none !important;
1919
}
2020

21-
input::placeholder, textarea::placeholder {
21+
input::placeholder,
22+
textarea::placeholder {
2223
color: var(--inputPlaceholderColor) !important;
2324
}
2425

@@ -32,6 +33,10 @@ input[name='sentinelMasterPassword'] ~ .euiFormControlLayoutIcons {
3233
padding: 8px !important;
3334
}
3435

36+
.inputAppendIcon.inputAppendIcon {
37+
height: auto;
38+
}
39+
3540
.euiFormControlLayout > .euiFormControlLayout__append,
3641
.inputAppendIcon > svg {
3742
width: 41px !important;

0 commit comments

Comments
 (0)