Browse Source

Fix upload test (now it's immediate by default). (#8016)

* Fix upload test (now it's immediate by default).
tags/8.0.0.beta1
Denis 7 years ago
parent
commit
c10c29a93d

+ 1
- 1
compatibility-themes/src/main/themes/VAADIN/themes/base/upload/upload.scss View File

@@ -21,7 +21,7 @@
.#{$primaryStyleName}-immediate input {
opacity: 0;
filter: alpha(opacity=0);
z-index: 2;
z-index: -1;
position: absolute;
right: 0;
height: 21px;

Loading…
Cancel
Save