diff --git a/bookwyrm/static/css/bookwyrm.css b/bookwyrm/static/css/bookwyrm.css index 3c8386dc..4d9aabb4 100644 --- a/bookwyrm/static/css/bookwyrm.css +++ b/bookwyrm/static/css/bookwyrm.css @@ -125,6 +125,10 @@ input[type=file]::file-selector-button:hover { /** General `details` element styles ******************************************************************************/ +summary { + cursor: pointer; +} + summary::-webkit-details-marker { display: none; } @@ -133,10 +137,6 @@ summary::marker { content: none; } -summary { - cursor: pointer; -} - .detail-pinned-button summary { position: absolute; right: 0;