mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Update color functions
This commit is contained in:
@@ -125,9 +125,9 @@ $tag-delete-margin: 1px !default
|
||||
width: 1px
|
||||
&:hover,
|
||||
&:focus
|
||||
background-color: darken($tag-background-color, 5%)
|
||||
background-color: bulmaDarken($tag-background-color, 5%)
|
||||
&:active
|
||||
background-color: darken($tag-background-color, 10%)
|
||||
background-color: bulmaDarken($tag-background-color, 10%)
|
||||
&.is-rounded
|
||||
border-radius: $radius-rounded
|
||||
|
||||
|
||||
Reference in New Issue
Block a user