mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Condenses CSS for access, cycleway, and structure field lists
This commit is contained in:
@@ -27,6 +27,7 @@ export function uiFieldAccess(field, context) {
|
||||
|
||||
list = list.enter()
|
||||
.append('ul')
|
||||
.attr('class', 'labeled-inputs')
|
||||
.merge(list);
|
||||
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ export function uiFieldCycleway(field, context) {
|
||||
|
||||
div = div.enter()
|
||||
.append('ul')
|
||||
.attr('class', 'labeled-inputs')
|
||||
.merge(div);
|
||||
|
||||
|
||||
|
||||
@@ -101,6 +101,7 @@ export function uiFieldRadio(field, context) {
|
||||
|
||||
list = list.enter()
|
||||
.append('ul')
|
||||
.attr('class', 'labeled-inputs')
|
||||
.merge(list);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user