Update eoti.css

This commit is contained in:
Joshua Killen 2020-04-16 21:52:07 +01:00
parent 37416fddbe
commit 7e3e3d32dc
1 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
details summary::-webkit-details-marker {
display:none;
details > summary {
list-style: none;
}
details > summary::-webkit-details-marker {
display: none;
}