mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +00:00
fix(index): safari details
This commit is contained in:
parent
0947b498ea
commit
1ed71e455e
2 changed files with 26 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue