This commit is contained in:
Jeremy Thomas 2018-10-07 17:58:42 +02:00
parent 92075252cc
commit a05832bd99
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -3856,6 +3856,7 @@ a.box:active {
.file-input {
height: 100%;
left: 0;
opacity: 0;
outline: none;
position: absolute;
top: 0;

View File

@ -356,6 +356,7 @@ $help-size: $size-small !default
.file-input
height: 100%
left: 0
opacity: 0
outline: none
position: absolute
top: 0