fix(index): safari details

This commit is contained in:
Tine 2024-03-04 14:46:27 +01:00
parent 0947b498ea
commit 1ed71e455e
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
2 changed files with 26 additions and 3 deletions

View file

@ -8,6 +8,17 @@
fill: none;
}
/* https://stackoverflow.com/a/6202729 */
details summary::-webkit-details-marker {
display: none;
}
::marker {
display: none;
}
summary {
list-style: none;
}
@tailwind base;
@tailwind components;
@tailwind utilities;

View file

@ -8,9 +8,21 @@
fill: none;
}
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
/* https://stackoverflow.com/a/6202729 */
details summary::-webkit-details-marker {
display: none;
}
::marker {
display: none;
}
summary {
list-style: none;
}
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)