[SM-539] hide HTML Details marker on Safari (#4828)
This commit is contained in:
parent
30a66a9f65
commit
a7e0be1014
|
@ -11,3 +11,12 @@
|
||||||
td.tw-break-words {
|
td.tw-break-words {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* tw-list-none hides summary arrow in Firefox & Chrome but not Safari:
|
||||||
|
* https://github.com/tailwindlabs/tailwindcss/issues/924#issuecomment-915509785
|
||||||
|
*/
|
||||||
|
summary.tw-list-none::marker,
|
||||||
|
summary.tw-list-none::-webkit-details-marker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue