mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Add button-text underline variable
This commit is contained in:
committed by
Jeremy Thomas
parent
abc762032f
commit
2a72920fc1
@@ -20,6 +20,7 @@ $button-active-color: $link-active !default
|
|||||||
$button-active-border-color: $link-active-border !default
|
$button-active-border-color: $link-active-border !default
|
||||||
|
|
||||||
$button-text-color: $text !default
|
$button-text-color: $text !default
|
||||||
|
$button-text-decoration: underline !default
|
||||||
$button-text-hover-background-color: $background !default
|
$button-text-hover-background-color: $background !default
|
||||||
$button-text-hover-color: $text-strong !default
|
$button-text-hover-color: $text-strong !default
|
||||||
|
|
||||||
@@ -98,7 +99,7 @@ $button-static-border-color: $border !default
|
|||||||
background-color: transparent
|
background-color: transparent
|
||||||
border-color: transparent
|
border-color: transparent
|
||||||
color: $button-text-color
|
color: $button-text-color
|
||||||
text-decoration: underline
|
text-decoration: $button-text-decoration
|
||||||
&:hover,
|
&:hover,
|
||||||
&.is-hovered,
|
&.is-hovered,
|
||||||
&:focus,
|
&:focus,
|
||||||
|
|||||||
Reference in New Issue
Block a user