mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
load value icons in combo fields, increase their size slightly
as specified in the tagging schema [v6](https://github.com/ideditor/schema-builder/blob/main/CHANGELOG.md#600) for #9477
This commit is contained in:
@@ -1753,19 +1753,19 @@ a.hide-toggle {
|
||||
padding-right: 11px;
|
||||
}
|
||||
.tag-value-icon .icon {
|
||||
width: 11px;
|
||||
height: 17px;
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
margin: auto;
|
||||
}
|
||||
.ideditor[dir='ltr'] .form-field-input-combo .tag-value-icon + input {
|
||||
padding-left: 30px;
|
||||
padding-left: 40px;
|
||||
}
|
||||
.ideditor[dir='rtl'] .form-field-input-combo .tag-value-icon + input {
|
||||
padding-right: 30px;
|
||||
padding-right: 40px;
|
||||
}
|
||||
.combobox-option .tag-value-icon {
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user