diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-03-31 16:50:51 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-04-17 22:25:03 +0000 |
commit | f8d558e24f2fcbcbfa12e9681f2dc64cd9552458 (patch) | |
tree | 8667432fe62c4f5dd0906554855accef07287873 /apps/files_sharing/src/components/SharingInput.vue | |
parent | 85c9e75f33c0c46bc33023d1f4af05f149d480c3 (diff) | |
download | nextcloud-server-f8d558e24f2fcbcbfa12e9681f2dc64cd9552458.tar.gz nextcloud-server-f8d558e24f2fcbcbfa12e9681f2dc64cd9552458.zip |
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>
Diffstat (limited to 'apps/files_sharing/src/components/SharingInput.vue')
0 files changed, 0 insertions, 0 deletions