[common] skiped window's close button animation
This commit is contained in:
parent
7eb2b34ba2
commit
538945fef2
|
@ -85,10 +85,8 @@
|
|||
&.close {
|
||||
position: relative;
|
||||
opacity: 0.7;
|
||||
transition: transform .3s;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue