mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Support special styling for wikidata-tagged features
This commit is contained in:
@@ -105,6 +105,7 @@ g.point .stroke {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
|
||||
g.qa_error .shadow,
|
||||
g.point .shadow,
|
||||
g.note .shadow {
|
||||
@@ -282,6 +283,22 @@ text.point {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
|
||||
/* Wikidata-tagged */
|
||||
g.point.tag-wikidata .stroke {
|
||||
fill: #8e9;
|
||||
}
|
||||
.labels-group.halo text.tag-wikidata {
|
||||
stroke: #8e9;
|
||||
}
|
||||
.icon.areaicon-halo.tag-wikidata {
|
||||
stroke: #9e9;
|
||||
}
|
||||
.icon.areaicon.tag-wikidata {
|
||||
color: #050;
|
||||
}
|
||||
|
||||
|
||||
/* Highlighting */
|
||||
g.point.highlighted .shadow,
|
||||
path.shadow.highlighted {
|
||||
|
||||
Reference in New Issue
Block a user