]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add button-text underline variable
authorFrançois M <francoism90@users.noreply.github.com>
Mon, 30 Dec 2019 12:27:46 +0000 (13:27 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 19 Jan 2020 08:24:15 +0000 (09:24 +0100)
sass/elements/button.sass

index ff0746114f027038b7bc1647ca93752fd607edb9..df5417c8f6f9f89c0b9b7a07b28a4ae66c73332e 100644 (file)
@@ -20,6 +20,7 @@ $button-active-color: $link-active !default
 $button-active-border-color: $link-active-border !default
 
 $button-text-color: $text !default
+$button-text-decoration: underline !default
 $button-text-hover-background-color: $background !default
 $button-text-hover-color: $text-strong !default
 
@@ -98,7 +99,7 @@ $button-static-border-color: $border !default
     background-color: transparent
     border-color: transparent
     color: $button-text-color
-    text-decoration: underline
+    text-decoration: $button-text-decoration
     &:hover,
     &.is-hovered,
     &:focus,