Tweak line preset icon css

This commit is contained in:
Quincy Morgan
2019-02-13 14:18:36 -05:00
parent 09ec7ea802
commit a3099fadf5
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ path.line.casing.tag-status {
}
/* Road Closed Status */
.preset-icon .icon.tag-highway-construction {
.preset-icon .icon.tag-highway.tag-status-construction {
color: #fc6c14;
fill: #fff;
}
+4 -1
View File
@@ -954,13 +954,16 @@ a.hide-toggle {
left: 10px;
top: 30px;
}
.preset-icon-line path.line {
cursor: inherit;
}
/* use a consistent stroke width */
.preset-icon-line path.line.stroke {
stroke-width: 2 !important;
}
.preset-icon-line path.line.casing {
stroke-width: 4 !important;
stroke-width: 3.5 !important;
}
.preset-icon-fill-area {