diff options
author | Deniz Akşimşek <deniz@aksimsek.tr> | 2024-12-11 22:28:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-11 22:28:46 +0300 |
commit | 1e2d5a420f2b4c6fe0b6bdc2e8adfedaed99af74 (patch) | |
tree | fac3ddfe56da6be6da978b994e93dc4c13cb963d /src/core/sanitize.css | |
parent | 0efeb805e84b86f54b8727ea6613e68cbd53a57a (diff) | |
parent | 82dee6361c8ee4c213990c646a0d2100a9fd4644 (diff) | |
download | missing-dev.tar.gz missing-dev.zip |
Toggle
Diffstat (limited to 'src/core/sanitize.css')
-rw-r--r-- | src/core/sanitize.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/sanitize.css b/src/core/sanitize.css index f2c8f26..9906d65 100644 --- a/src/core/sanitize.css +++ b/src/core/sanitize.css @@ -116,7 +116,7 @@ button, input, select { * Correct the inability to style buttons in iOS and Safari. */ -button, [type="button"], [type="reset"], [type="submit"]) { +button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } |