Condenses CSS for access, cycleway, and structure field lists

This commit is contained in:
Quincy Morgan
2018-12-01 11:55:21 -08:00
parent a72db5d084
commit b0dccc81de
4 changed files with 23 additions and 89 deletions
+1
View File
@@ -27,6 +27,7 @@ export function uiFieldAccess(field, context) {
list = list.enter()
.append('ul')
.attr('class', 'labeled-inputs')
.merge(list);
+1
View File
@@ -35,6 +35,7 @@ export function uiFieldCycleway(field, context) {
div = div.enter()
.append('ul')
.attr('class', 'labeled-inputs')
.merge(div);
+1
View File
@@ -101,6 +101,7 @@ export function uiFieldRadio(field, context) {
list = list.enter()
.append('ul')
.attr('class', 'labeled-inputs')
.merge(list);