1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Remove face scale on hover

This commit is contained in:
Torbjörn Svangård 2021-04-05 21:57:19 +02:00
parent f68d05b854
commit eb51b9d412

View File

@ -220,7 +220,7 @@ input[type="range"].zoom-progress::-moz-range-track {
.face {
opacity: 0.7;
position: absolute;
transition: all .2s ease-in-out;
transition: opacity .2s ease-in-out;
}
#controllers-container.dim-controls .face,
@ -246,7 +246,6 @@ input[type="range"].zoom-progress::-moz-range-track {
.face:hover {
opacity: 1.0;
transform: scale(1.1);
text-decoration: none;
}