Fix cursor in preset icons

This commit is contained in:
Quincy Morgan
2019-03-05 18:04:50 -05:00
parent 59cca2a7de
commit 651d5432f2
+4 -1
View File
@@ -1158,7 +1158,6 @@ a.hide-toggle {
}
.preset-icon-fill {
cursor: inherit;
margin: auto;
position: absolute;
width: 100%;
@@ -1166,6 +1165,10 @@ a.hide-toggle {
left: 0;
top: 0;
}
.preset-icon-container svg,
.preset-icon-container svg > * {
cursor: inherit !important;
}
.preset-icon-fill path.area.stroke {
fill: transparent;
}