Explorar el Código

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 hace 7 años
padre
commit
c10c29a93d

+ 1
- 1
compatibility-themes/src/main/themes/VAADIN/themes/base/upload/upload.scss Ver fichero

@@ -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;

Cargando…
Cancelar
Guardar