fix(editor): Fix resource mapper dropdown width and disabled styling (#6493)
* fix(editor): Fix resource mapper dropdown width and disabled styling
* 💄 Tweaking the color for disabled dropdowns
This commit is contained in:
committed by
GitHub
parent
1b084bc56b
commit
da330f0648
@@ -184,10 +184,22 @@
|
||||
border: none;
|
||||
}
|
||||
|
||||
i.el-select__caret {
|
||||
.el-select .el-input.is-disabled {
|
||||
.el-input__icon {
|
||||
opacity: 1 !important;
|
||||
cursor: not-allowed;
|
||||
color: var(--color-foreground-dark);
|
||||
}
|
||||
.el-input__inner, .el-input__inner::placeholder {
|
||||
opacity: 1;
|
||||
color: var(--color-foreground-dark);
|
||||
}
|
||||
}
|
||||
.el-select .el-input:not(.is-disabled ) .el-input__icon {
|
||||
color: var(--color-text-dark);
|
||||
}
|
||||
.el-input .el-input__inner {
|
||||
.el-input .el-input__inner { text-align: center; }
|
||||
.el-input:not(.is-disabled) .el-input__inner {
|
||||
&,
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
||||
Reference in New Issue
Block a user