This commit is contained in:
Joshua Killen 2020-04-17 11:41:04 +01:00
parent f4d02c844c
commit c755f7e161
2 changed files with 5 additions and 8 deletions

View File

@ -36,6 +36,7 @@ p .aboutTitle {
clear: both; clear: both;
} }
summary::-webkit-details-marker { summary {
background: none; list-style-type: none;
cursor: pointer;
} }

View File

@ -9,10 +9,6 @@
} }
summary { summary {
list-style-image: url(arrow.png); list-style-type: none;
} cursor: pointer;
summary::-webkit-details-marker {
background: url(arrow.png);
color: transparent;
} }