From 85486dcfad512b6d6f5d531f98c60b10fa167437 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 27 Dec 2021 13:29:47 -0800 Subject: [PATCH] Update bookwyrm.css --- bookwyrm/static/css/bookwyrm.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;