mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
I forgot that the avatar itself is supposed to be interactive
This commit is contained in:
parent
b7fc08931e
commit
6efd36ad6e
1 changed files with 7 additions and 4 deletions
|
@ -20,10 +20,11 @@
|
||||||
}
|
}
|
||||||
.avatar_controls
|
.avatar_controls
|
||||||
{
|
{
|
||||||
width: 100%;
|
width:100%;
|
||||||
height: 100%;
|
height:100%;
|
||||||
overflow: hidden;
|
overflow:hidden;
|
||||||
position: absolute;
|
position:absolute;
|
||||||
|
pointer-events:none;
|
||||||
}
|
}
|
||||||
.avatarDelete
|
.avatarDelete
|
||||||
{
|
{
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
border-radius: 0px 0px 0px 5px;
|
border-radius: 0px 0px 0px 5px;
|
||||||
opacity:0;
|
opacity:0;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
|
pointer-events:all;
|
||||||
}
|
}
|
||||||
.avatarDelete img
|
.avatarDelete img
|
||||||
{
|
{
|
||||||
|
@ -68,6 +70,7 @@ div.avatar_block:hover .avatar_variants
|
||||||
color:white;
|
color:white;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
|
pointer-events:all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.variant
|
.variant
|
||||||
|
|
Loading…
Reference in a new issue