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;
}
summary::-webkit-details-marker {
background: none;
summary {
list-style-type: none;
cursor: pointer;
}

View File

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