Pointer for Tool icons (#501)

This commit is contained in:
Lipis 2020-01-21 23:07:09 +02:00 committed by David Luzar
parent 3de48d2893
commit d30498a289

View File

@ -1,6 +1,7 @@
.ToolIcon { .ToolIcon {
display: inline-block; display: inline-block;
position: relative; position: relative;
cursor: pointer;
} }
.ToolIcon__icon { .ToolIcon__icon {