mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Fix cursor in preset icons
This commit is contained in:
+4
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user