]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_text.scss
Updated attachment links to have dropdown for open type
[bookstack] / resources / sass / _text.scss
index cbe3cd4be02b25158f261a293c9015274f25c8a6..51f3156143c381271eec6e3f8b839fe6ca1daab0 100644 (file)
@@ -163,7 +163,6 @@ em, i, .italic {
 
 small, p.small, span.small, .text-small {
   font-size: 0.75rem;
-  @include lightDark(color, #5e5e5e, #999);
 }
 
 sup, .superscript {
@@ -310,6 +309,7 @@ li > ol, li > ul {
 }
 
 li.checkbox-item, li.task-list-item {
+  display: list-item;
   list-style: none;
   margin-left: -($-m * 1.2);
   input[type="checkbox"] {