mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
@@ -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
|
||||
|
||||
|
||||
@@ -3856,6 +3856,7 @@ a.box:active {
|
||||
.file-input {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
outline: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
@@ -356,6 +356,7 @@ $help-size: $size-small !default
|
||||
.file-input
|
||||
height: 100%
|
||||
left: 0
|
||||
opacity: 0
|
||||
outline: none
|
||||
position: absolute
|
||||
top: 0
|
||||
|
||||
Reference in New Issue
Block a user