aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/core
diff options
context:
space:
mode:
authorDeniz Akşimşek <deniz@aksimsek.tr>2024-12-11 22:28:46 +0300
committerGitHub <noreply@github.com>2024-12-11 22:28:46 +0300
commit1e2d5a420f2b4c6fe0b6bdc2e8adfedaed99af74 (patch)
treefac3ddfe56da6be6da978b994e93dc4c13cb963d /src/core
parent0efeb805e84b86f54b8727ea6613e68cbd53a57a (diff)
parent82dee6361c8ee4c213990c646a0d2100a9fd4644 (diff)
downloadmissing-dev.tar.gz
missing-dev.zip
Merge pull request #69 from bigskysoftware/toggleHEADdev
Toggle
Diffstat (limited to 'src/core')
-rw-r--r--src/core/sanitize.css2
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;
}