From: Dan Brown Date: Tue, 14 May 2024 12:14:16 +0000 (+0100) Subject: Fixed hack details styles X-Git-Url: http://source.bookstackapp.com/website/commitdiff_plain/005502ac60cd3b0776caf5a1693d5fbb22ad00c1 Fixed hack details styles --- diff --git a/themes/bookstack/sass/styles.scss b/themes/bookstack/sass/styles.scss index 521d2be..34427a2 100644 --- a/themes/bookstack/sass/styles.scss +++ b/themes/bookstack/sass/styles.scss @@ -694,10 +694,16 @@ iframe[src^="https://www.youtube-nocookie.com"], .chroma { margin: -1px; } + details { + margin: 0; + box-shadow: none; + border: 0; + } summary { list-style: none; font-size: .9rem; cursor: pointer; + background-color: transparent; } summary::-webkit-details-marker { display: none;