1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00

fix cursor on collapse control

This commit is contained in:
antelle 2016-06-12 00:44:32 +03:00
parent b09e504e9e
commit 3c9ecfc3f3
No known key found for this signature in database
GPG Key ID: 26C38FADD3BDF3CA

View File

@ -62,6 +62,7 @@
.menu__item--collapsed>& {
display: block;
position: absolute;
cursor: pointer;
@include position(absolute, 50% null null 1em);
@include transform(translateY(-50%));
}