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:
parent
f68d05b854
commit
eb51b9d412
@ -220,7 +220,7 @@ input[type="range"].zoom-progress::-moz-range-track {
|
|||||||
.face {
|
.face {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transition: all .2s ease-in-out;
|
transition: opacity .2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
#controllers-container.dim-controls .face,
|
#controllers-container.dim-controls .face,
|
||||||
@ -246,7 +246,6 @@ input[type="range"].zoom-progress::-moz-range-track {
|
|||||||
|
|
||||||
.face:hover {
|
.face:hover {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
transform: scale(1.1);
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user