:fix: Add pointer cursor to buttons on libraries modal.

This commit is contained in:
Andrey Antukh 2020-08-19 13:08:16 +02:00
parent 7ab7a87a88
commit 271ba51951

View file

@ -216,6 +216,7 @@
} }
.item-button { .item-button {
cursor: pointer;
position: absolute; position: absolute;
top: $size-4; top: $size-4;
right: 0; right: 0;