Update bookwyrm.css

This commit is contained in:
Mouse Reeve 2021-12-27 13:29:47 -08:00 committed by GitHub
parent 5afd59f4d4
commit 85486dcfad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;