1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 13:26:40 +07:00

comment menu

This commit is contained in:
Fedor Katurov 2019-12-03 15:02:03 +07:00
parent ab898cc40c
commit 1bf9fe6b83
14 changed files with 319 additions and 98 deletions

View file

@ -4,7 +4,8 @@
position: relative;
}
.lock {
.lock,
.edit {
position: absolute;
right: 0;
top: 0;
@ -21,6 +22,7 @@
transition: opacity 0.25s, transform 0.25s;
cursor: pointer;
background: $red;
z-index: 2;
& > div {
width: 20px;
@ -46,6 +48,11 @@
}
}
.edit {
top: 28px;
background: blue;
}
.block {
@include outer_shadow();
min-height: $comment_height;
@ -68,7 +75,8 @@
}
&:hover {
.lock {
.lock,
.edit {
opacity: 1;
pointer-events: all;
touch-action: initial;