]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_buttons.scss
Updated attachment links to have dropdown for open type
[bookstack] / resources / sass / _buttons.scss
index 8c8bac54ec72ef65c7075b400d0d66278eca4721..850443d9a7c02a500832990eaa0b9d4e7a7ca8d5 100644 (file)
@@ -85,7 +85,9 @@ button {
   font-size: 0.75rem;
   line-height: 1.4em;
   color: var(--color-primary);
-  fill: var(--color-primary);
+  @include whenDark {
+    color: #AAA;
+  }
   &:active {
     outline: 0;
   }
@@ -115,6 +117,7 @@ button {
   align-items: center;
   padding: $-s $-m;
   padding-bottom: ($-s - 2px);
+  width: 100%;
   svg {
     display: inline-block;
     width: 24px;