]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update changelog
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 7 Oct 2018 16:40:27 +0000 (18:40 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 7 Oct 2018 16:40:36 +0000 (18:40 +0200)
CHANGELOG.md
sass/components/dropdown.sass

index 52bb9d46aeba28a49d65e8dda35b7dd37e402360..691908d688eb1384de4d03f6aad976c4015fc3d0 100644 (file)
@@ -20,6 +20,7 @@
 * #1999 Change `$border` to `$grey-lighter` in mixins
 * #2085 `.media-content` will allow scrolling horizontally if the content is too wide
 * #1744 Fix #1710 by using `$table-striped-row-even-hover-background-color` only for even rows
+* #2074 Allow `<button>` as `.dropdown-item`
 
 ### Bug fixes
 
index e0df72f98f8254fa4e63ac06302a979a5816ae5e..aad663a69a1a03281a8a9719a6f1e2caa40e3dc2 100644 (file)
@@ -59,9 +59,9 @@ $dropdown-divider-background-color: $border !default
 a.dropdown-item,
 button.dropdown-item
   padding-right: 3rem
+  text-align: left
   white-space: nowrap
   width: 100%
-  text-align: left
   &:hover
     background-color: $dropdown-item-hover-background-color
     color: $dropdown-item-hover-color