]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_buttons.scss
Fixed some typos and corrected grammar.
[bookstack] / resources / sass / _buttons.scss
index 8c8bac54ec72ef65c7075b400d0d66278eca4721..714dfc42c5905212c752a010489435774fecc79b 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;
   }
@@ -97,6 +99,9 @@ button {
     fill: var(--color-primary);
   }
 }
+.text-button.hover-underline:hover {
+  text-decoration: underline;
+}
 
 .button.block {
   width: 100%;
@@ -115,6 +120,7 @@ button {
   align-items: center;
   padding: $-s $-m;
   padding-bottom: ($-s - 2px);
+  width: 100%;
   svg {
     display: inline-block;
     width: 24px;