mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Support button .is-light .is-outlined hover state
This commit is contained in:
parent
9ed95e1321
commit
b4f3d0b991
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user