diff --git a/css/80_app.css b/css/80_app.css index 6cde02f2c..80a8cd1d3 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -946,33 +946,18 @@ a.hide-toggle { } .no-results-item { padding: 10px; + font-weight: bold; } .geocode-item { width: 100%; max-width: 200px; - background-color: #ccc; margin: 30px auto; - padding: 5px; min-height: 40px; } -.ideditor[dir='rtl'] .geocode-item { - left: -25%; -} -.geocode-item:active, -.geocode-item:focus { - background-color: #aaa; -} -@media (hover: hover) { - .geocode-item:hover { - background-color: #aaa; - } -} - .feature-list-item { background-color: #fff; - font-weight: bold; display: flex; } .feature-list-item:active, @@ -1014,6 +999,7 @@ a.hide-toggle { } .feature-list-item .entity-type { color: #7092ff; + font-weight: bold; } .feature-list-item:active .entity-type, .feature-list-item:focus .entity-type { @@ -1025,7 +1011,6 @@ a.hide-toggle { } } .feature-list-item .entity-name { - font-weight: normal; color: #666; padding-left: 10px; } @@ -5495,6 +5480,7 @@ li.hide + li.version .badge .tooltip .popover-arrow { .intro-nav-wrap button.chapter { flex: 1 1 100%; padding: 0px 5px; + font-weight: bold; } .intro-nav-wrap button.chapter.next { diff --git a/modules/ui/feature_list.js b/modules/ui/feature_list.js index 0efee6019..070ba3ec3 100644 --- a/modules/ui/feature_list.js +++ b/modules/ui/feature_list.js @@ -263,7 +263,7 @@ export function uiFeatureList(context) { .data([0]) .enter() .append('button') - .attr('class', 'geocode-item') + .attr('class', 'geocode-item secondary-action') .on('click', geocoderSearch) .append('div') .attr('class', 'label')