Skip to content

Commit

Permalink
Fix #1904 and #1969
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Oct 7, 2018
1 parent 9207525 commit a05832b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* Fix #1991 The last button in list of full-width buttons has longer width
* #1982 Fix navbar-burger color when color modifier is used
* #1819 Fix #1137 error message for required file
* Fix #1904 and #1969: hide native file input in Chrome

## 0.7.1

Expand Down
1 change: 1 addition & 0 deletions docs/css/bulma-docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -3856,6 +3856,7 @@ a.box:active {
.file-input {
height: 100%;
left: 0;
opacity: 0;
outline: none;
position: absolute;
top: 0;
Expand Down
1 change: 1 addition & 0 deletions sass/elements/form.sass
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ $help-size: $size-small !default
.file-input
height: 100%
left: 0
opacity: 0
outline: none
position: absolute
top: 0
Expand Down

0 comments on commit a05832b

Please sign in to comment.