mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 19:59:35 +02:00
search results and layer names
This commit is contained in:
@@ -378,7 +378,8 @@ export function uiBackground(context) {
|
||||
/* background switcher */
|
||||
|
||||
var backgroundList = content.append('ul')
|
||||
.attr('class', 'layer-list');
|
||||
.attr('class', 'layer-list')
|
||||
.attr('dir', 'auto');
|
||||
|
||||
var custom = backgroundList.append('li')
|
||||
.attr('class', 'custom_layer')
|
||||
|
||||
Reference in New Issue
Block a user