]> BookStack Code Mirror - website/commitdiff
Fixed hack details styles
authorDan Brown <redacted>
Tue, 14 May 2024 12:14:16 +0000 (13:14 +0100)
committerDan Brown <redacted>
Tue, 14 May 2024 12:14:16 +0000 (13:14 +0100)
themes/bookstack/sass/styles.scss

index 521d2bef87f1121b9eba364efbd791efbc0d3f1c..34427a245d4c07de89c25d9e71df56b75cb4db9b 100644 (file)
@@ -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;