Merge pull request #2502 from matrix-org/travis/settings/disabled-selects
Override UA/OS styles for disabled Field selects
This commit is contained in:
commit
c204cd7be3
1 changed files with 6 additions and 0 deletions
|
@ -80,3 +80,9 @@ limitations under the License.
|
|||
.mx_Field select:focus + label {
|
||||
color: $input-focused-border-color;
|
||||
}
|
||||
|
||||
.mx_Field select:disabled,
|
||||
.mx_Field input:disabled {
|
||||
background-color: $field-focused-label-bg-color;
|
||||
color: $greyed-fg-color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue