Remove scale effect when hovering on a provider icon

This commit is contained in:
Alexander Zaytsev 2019-04-08 10:45:45 +03:00
parent 067a20cd92
commit f905c8cc52

View file

@ -331,10 +331,6 @@
transition: transform ease-in-out .15s;
}
.uppy-DashboardTab-btn:hover svg {
transform: translateZ(0) scale(1.1, 1.1);
}
.uppy-DashboardTab-name {
font-size: 14px;
font-weight: 500;