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 36601ce commit 0de3998Copy full SHA for 0de3998
redisinsight/ui/src/styles/base/_inputs.scss
@@ -18,7 +18,8 @@
18
pointer-events: none !important;
19
}
20
21
-input::placeholder, textarea::placeholder {
+input::placeholder,
22
+textarea::placeholder {
23
color: var(--inputPlaceholderColor) !important;
24
25
@@ -32,6 +33,10 @@ input[name='sentinelMasterPassword'] ~ .euiFormControlLayoutIcons {
32
33
padding: 8px !important;
34
35
36
+.inputAppendIcon.inputAppendIcon {
37
+ height: auto;
38
+}
39
+
40
.euiFormControlLayout > .euiFormControlLayout__append,
41
.inputAppendIcon > svg {
42
width: 41px !important;
0 commit comments