Support button .is-light .is-outlined hover state

This commit is contained in:
Leonard 2020-09-04 10:06:41 +02:00 committed by GitHub
parent 9ed95e1321
commit b4f3d0b991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,6 +226,10 @@ $button-colors: $colors !default
background-color: bulmaDarken($color-light, 5%)
border-color: transparent
color: $color-dark
&.is-outlined
&:hover,
&.is-hovered
border-color: $color
// Sizes
&.is-small
+button-small