Merge remote-tracking branch 'upstream/pull/5353'
This commit is contained in:
commit
9b533b2789
4 changed files with 30 additions and 0 deletions
5
app/assets/images/browse/node.svg
Normal file
5
app/assets/images/browse/node.svg
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 256 256">
|
||||
<rect width="240" height="240" stroke="#8888" fill="#fffc" stroke-width="16" ry="32" x="8" y="8"/>
|
||||
<circle cx="128" cy="128" r="024" fill="#bee6be" stroke="black" stroke-width="10"/>
|
||||
</svg>
|
After Width: | Height: | Size: 298 B |
13
app/assets/images/browse/relation.svg
Normal file
13
app/assets/images/browse/relation.svg
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 256 256">
|
||||
<rect width="240" height="240" stroke="#8888" fill="#fffc" stroke-width="16" ry="32" x="8" y="8"/>
|
||||
<path d="M 068 068 L 196 062" stroke-width="16" stroke="#888"/>
|
||||
<path d="M 068 068 L 196 142" stroke-width="16" stroke="#888"/>
|
||||
<path d="M 068 068 L 062 196" stroke-width="16" stroke="#888"/>
|
||||
<path d="M 068 068 L 142 196" stroke-width="16" stroke="#888"/>
|
||||
<circle cx="196" cy="062" r="024" fill="black"/>
|
||||
<circle cx="196" cy="142" r="024" fill="black"/>
|
||||
<circle cx="062" cy="196" r="024" fill="black"/>
|
||||
<circle cx="142" cy="196" r="024" fill="black"/>
|
||||
<circle cx="072" cy="072" r="032" fill="#bee6be" stroke="black" stroke-width="8"/>
|
||||
</svg>
|
After Width: | Height: | Size: 749 B |
8
app/assets/images/browse/way.svg
Normal file
8
app/assets/images/browse/way.svg
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 256 256">
|
||||
<rect width="240" height="240" stroke="#8888" fill="#fffc" stroke-width="16" ry="32" x="8" y="8"/>
|
||||
<path stroke="#888" fill="none" stroke-width="16" d="M 169 058 L 057 145 L 195 199"/>
|
||||
<circle cx="169" cy="058" r="024" fill="black"/>
|
||||
<circle cx="057" cy="145" r="024" fill="black"/>
|
||||
<circle cx="195" cy="199" r="024" fill="black"/>
|
||||
</svg>
|
After Width: | Height: | Size: 447 B |
|
@ -973,6 +973,10 @@ img.trace_image {
|
|||
.node, .way, .relation {
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.node::before { content: image-url('browse/node.svg'); }
|
||||
.way::before { content: image-url('browse/way.svg'); }
|
||||
.relation::before { content: image-url('browse/relation.svg'); }
|
||||
}
|
||||
|
||||
@each $class, $item in $map-sidebar-icons {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue