mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
@@ -30,6 +30,7 @@
|
|||||||
* Fix #1991 The last button in list of full-width buttons has longer width
|
* Fix #1991 The last button in list of full-width buttons has longer width
|
||||||
* #1982 Fix navbar-burger color when color modifier is used
|
* #1982 Fix navbar-burger color when color modifier is used
|
||||||
* #1819 Fix #1137 error message for required file
|
* #1819 Fix #1137 error message for required file
|
||||||
|
* Fix #1904 and #1969: hide native file input in Chrome
|
||||||
|
|
||||||
## 0.7.1
|
## 0.7.1
|
||||||
|
|
||||||
|
|||||||
@@ -3856,6 +3856,7 @@ a.box:active {
|
|||||||
.file-input {
|
.file-input {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
opacity: 0;
|
||||||
outline: none;
|
outline: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
@@ -356,6 +356,7 @@ $help-size: $size-small !default
|
|||||||
.file-input
|
.file-input
|
||||||
height: 100%
|
height: 100%
|
||||||
left: 0
|
left: 0
|
||||||
|
opacity: 0
|
||||||
outline: none
|
outline: none
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 0
|
top: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user