mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Merge pull request #3204 from matrix-org/jryans/field-styling-regression
Fix field styling regression
This commit is contained in:
commit
9cb2ebaf07
@ -59,7 +59,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_Field_labelAlwaysTopLeft label,
|
||||
.mx_Field select + label, /* Always show a select's label on top to not collide with the value */,
|
||||
.mx_Field select + label /* Always show a select's label on top to not collide with the value */,
|
||||
.mx_Field input:focus + label,
|
||||
.mx_Field input:not(:placeholder-shown) + label,
|
||||
.mx_Field textarea:focus + label,
|
||||
|
||||
@ -111,7 +111,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_Field_labelAlwaysTopLeft label,
|
||||
.mx_Field select + label, /* Always show a select's label on top to not collide with the value */,
|
||||
.mx_Field select + label /* Always show a select's label on top to not collide with the value */,
|
||||
.mx_Field input:focus + label,
|
||||
.mx_Field input:not(:placeholder-shown) + label,
|
||||
.mx_Field textarea:focus + label,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user