Skip to content

Commit 26cd62d

Browse files
committed
Add default browse icons for nodes, ways, relations
1 parent 2882a65 commit 26cd62d

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

app/assets/images/browse/node.svg

+5
Loading

app/assets/images/browse/relation.svg

+13
Loading

app/assets/images/browse/way.svg

+8
Loading

app/assets/stylesheets/common.scss

+4
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,10 @@ img.trace_image {
973973
.node, .way, .relation {
974974
margin-left: 25px;
975975
}
976+
977+
.node::before { content: image-url('browse/node.svg'); }
978+
.way::before { content: image-url('browse/way.svg'); }
979+
.relation::before { content: image-url('browse/relation.svg'); }
976980
}
977981

978982
@each $class, $item in $map-sidebar-icons {

0 commit comments

Comments
 (0)