From: François M Date: Mon, 30 Dec 2019 12:27:46 +0000 (+0100) Subject: Add button-text underline variable X-Git-Tag: 0.8.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a72920fc11161c406b5f13488be8f115da85076;p=thirdparty%2Fbulma.git Add button-text underline variable --- diff --git a/sass/elements/button.sass b/sass/elements/button.sass index ff0746114..df5417c8f 100644 --- a/sass/elements/button.sass +++ b/sass/elements/button.sass @@ -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,