fix textfield icon color
This commit is contained in:
@@ -236,13 +236,24 @@ textarea.ant-input {
|
|||||||
border-color: var(--owncast-purple);
|
border-color: var(--owncast-purple);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ant-input-textarea-clear-icon,
|
|
||||||
.ant-input-clear-icon {
|
|
||||||
color: var(--white-55);
|
|
||||||
}
|
|
||||||
textarea.ant-input {
|
textarea.ant-input {
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
}
|
}
|
||||||
|
.ant-input-affix-wrapper {
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-input-suffix,
|
||||||
|
.ant-input-clear-icon,
|
||||||
|
.ant-input-textarea-clear-icon,
|
||||||
|
.ant-input-password-icon {
|
||||||
|
color: var(--white-50);
|
||||||
|
&:hover {
|
||||||
|
color: var(--white);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// ANT BUTTON
|
// ANT BUTTON
|
||||||
.ant-btn {
|
.ant-btn {
|
||||||
|
|||||||
Reference in New Issue
Block a user