diff options
| author | Fuwn <[email protected]> | 2026-05-19 00:57:05 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-05-19 00:57:05 +0000 |
| commit | b20a0b8f90f5f9d5447688ee3dfb89ae62eb9880 (patch) | |
| tree | 570e5f087e7b8a47c780a9faa4cf17cdc098d707 | |
| parent | fix(a11y): bump command palette result rows to 44px on touch (diff) | |
| download | due.moe-b20a0b8f90f5f9d5447688ee3dfb89ae62eb9880.tar.xz due.moe-b20a0b8f90f5f9d5447688ee3dfb89ae62eb9880.zip | |
Revert "fix(a11y): bump touch targets to 44px under pointer:coarse"
This reverts commit b429cf8d3b566a6ec665cd4f2ec34f55c3138179.
| -rw-r--r-- | src/styles/input.css | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/styles/input.css b/src/styles/input.css index 83512bab..a46c9b13 100644 --- a/src/styles/input.css +++ b/src/styles/input.css @@ -173,33 +173,3 @@ button:disabled:active { .no-shadow { box-shadow: none; } - -@media (pointer: coarse) { - input, - button, - select { - height: 2.75rem; - } - - input[type="text"], - input[type="number"], - input[type="date"], - input[type="time"], - input[type="file"], - button, - select { - padding: 0.5em 0.75em; - } - - input[type="checkbox"] { - width: 1.5rem; - height: 1.5rem; - } - - .smaller-button, - .button-square { - transform: none; - min-height: 2.75rem; - min-width: 2.75rem; - } -} |