mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix #214
This commit is contained in:
parent
22700105dd
commit
c0aca1c065
@ -4,6 +4,7 @@
|
||||
|
||||
* BREAKING: `.control.is-grouped` now uses `.control` elements as direct children
|
||||
* Fix #220
|
||||
* Fix #214
|
||||
* Fix #210
|
||||
* Fix #206
|
||||
* Fix #122
|
||||
|
@ -39,7 +39,9 @@
|
||||
&:last-child
|
||||
margin-left: 4px
|
||||
margin-right: -2px
|
||||
&:hover
|
||||
&:hover,
|
||||
&:focus,
|
||||
&.is-active
|
||||
color: $control-hover
|
||||
&:active
|
||||
box-shadow: inset 0 1px 2px rgba($black, 0.2)
|
||||
@ -52,7 +54,8 @@
|
||||
border-color: transparent
|
||||
color: $color-invert
|
||||
&:hover,
|
||||
&:focus
|
||||
&:focus,
|
||||
&.is-active
|
||||
background: darken($color, 10%)
|
||||
border-color: transparent
|
||||
color: $color-invert
|
||||
|
@ -18,7 +18,8 @@
|
||||
&:hover
|
||||
border-color: $control-hover-border
|
||||
&:active,
|
||||
&:focus
|
||||
&:focus,
|
||||
&.is-active
|
||||
border-color: $control-active-border
|
||||
outline: none
|
||||
&[disabled],
|
||||
|
Loading…
Reference in New Issue
Block a user