mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add is-empty
modifier to file upload (#1383)
* add classes * add to changelog
This commit is contained in:
parent
e0d368748b
commit
c2fae7154b
@ -9,6 +9,7 @@
|
|||||||
* 🎉 #1287 New `.is-invisible` helper
|
* 🎉 #1287 New `.is-invisible` helper
|
||||||
* 🎉 #1255 New `.is-expanded` modifier for `navbar-item`
|
* 🎉 #1255 New `.is-expanded` modifier for `navbar-item`
|
||||||
* 🎉 #1384 New `.is-centered` and `.is-right` modifiers for `tags`
|
* 🎉 #1384 New `.is-centered` and `.is-right` modifiers for `tags`
|
||||||
|
* 🎉 #1383 New `.is-empty` modifier for `file`
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
|
@ -269,6 +269,11 @@ $help-size: $size-small !default
|
|||||||
.file-name
|
.file-name
|
||||||
border-bottom-left-radius: 0
|
border-bottom-left-radius: 0
|
||||||
border-top-left-radius: 0
|
border-top-left-radius: 0
|
||||||
|
&.is-empty
|
||||||
|
.file-cta
|
||||||
|
border-radius: $file-radius
|
||||||
|
.file-name
|
||||||
|
display: none
|
||||||
&.is-centered
|
&.is-centered
|
||||||
justify-content: center
|
justify-content: center
|
||||||
&.is-right
|
&.is-right
|
||||||
|
Loading…
Reference in New Issue
Block a user