Override UA/OS styles for disabled Field selects
Fixes https://github.com/vector-im/riot-web/issues/8249
This commit is contained in:
parent
c5deeeaceb
commit
284be2653e
1 changed files with 4 additions and 0 deletions
|
@ -80,3 +80,7 @@ limitations under the License.
|
|||
.mx_Field select:focus + label {
|
||||
color: $input-focused-border-color;
|
||||
}
|
||||
|
||||
.mx_Field select:disabled {
|
||||
background-color: $field-focused-label-bg-color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue