Override UA/OS styles for disabled Field selects
Fixes https://github.com/vector-im/riot-web/issues/8249
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user