quicksave
This commit is contained in:
parent
3febd3fca8
commit
5587b14e20
4 changed files with 10 additions and 26 deletions
|
|
@ -6,9 +6,10 @@
|
|||
left: 0;
|
||||
top: 0;
|
||||
z-index: -1;
|
||||
transform-style: preserve-3d;
|
||||
overflow: hidden;
|
||||
|
||||
will-change: width, height;
|
||||
|
||||
transition: height $long-transition-time, width $long-transition-time;
|
||||
|
||||
div {
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@
|
|||
font-size: 0;
|
||||
box-shadow: inset $shadow1, inset $shadow2;
|
||||
pointer-events: none;
|
||||
cursor: pointer;
|
||||
img {
|
||||
pointer-events: all;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
z-index: -2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue