parent
92075252cc
commit
a05832bd99
3 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue