mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
Allow <button> as .dropdown-item
This commit is contained in:
committed by
Jeremy Thomas
parent
333bcf85e1
commit
c006b5261c
@@ -56,9 +56,12 @@ $dropdown-divider-background-color: $border !default
|
|||||||
padding: 0.375rem 1rem
|
padding: 0.375rem 1rem
|
||||||
position: relative
|
position: relative
|
||||||
|
|
||||||
a.dropdown-item
|
a.dropdown-item,
|
||||||
|
button.dropdown-item
|
||||||
padding-right: 3rem
|
padding-right: 3rem
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
|
width: 100%
|
||||||
|
text-align: left
|
||||||
&:hover
|
&:hover
|
||||||
background-color: $dropdown-item-hover-background-color
|
background-color: $dropdown-item-hover-background-color
|
||||||
color: $dropdown-item-hover-color
|
color: $dropdown-item-hover-color
|
||||||
|
|||||||
Reference in New Issue
Block a user