diff options
author | Geoffrey Eisenbarth <geoffrey.eisenbarth@gmail.com> | 2024-08-30 20:00:55 -0500 |
---|---|---|
committer | Geoffrey Eisenbarth <geoffrey.eisenbarth@gmail.com> | 2024-08-30 20:00:55 -0500 |
commit | b867699409b18a1936b0c684f242c3d5e73d4fd0 (patch) | |
tree | a3dbf54d88b5e991c4fc1a074582ab805085c86b /src/core/sanitize.css | |
parent | 223a8a824230b2d8266b2ad8760449c3890f314a (diff) | |
download | missing-b867699409b18a1936b0c684f242c3d5e73d4fd0.tar.gz missing-b867699409b18a1936b0c684f242c3d5e73d4fd0.zip |
Fix typo.
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; } |