Files
nextcloud-server-mirror/core
Ferdinand Thiessen f8d558e24f fix(core): Ungroup placeholder css rules to prevent browsers from removing all rules
When rules are grouped using the comma operator and one selector is invalid / unknown then the whole group is invalidated[1].
In this case `::-ms-input-placeholder` is unknown to Firefox and Chrome, so the `::placeholder` rule is never applied.
[1]: https://www.w3.org/TR/selectors-3/#grouping

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-04-17 22:25:03 +00:00
..
2023-01-20 11:45:08 +01:00
2023-04-07 09:49:42 +02:00
2023-03-02 23:04:43 +00:00
2023-01-20 11:45:08 +01:00
2023-01-04 17:40:40 +00:00
2023-03-20 15:02:23 +00:00
2022-10-17 17:51:39 +02:00