mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
parent
92075252cc
commit
a05832bd99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user