Skip to content

Commit ca81c69

Browse files
authored
Fix minor styling issues in the presets list (#12321)
1 parent fe6a558 commit ca81c69

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
4646
#### :bug: Bugfixes
4747
* Restore dedicated rendering of ski pistes and building parts ([#12297], thanks [@matkoniecz])
4848
* Pressing backspace while in the feature type selecting mode should not delete the object
49+
* Fix minor styling issues in the presets list ([#12321], thanks [@k-yle])
4950
* Hide icons that failed to load in the relations list ([#12320], thanks [@k-yle])
5051
#### :earth_asia: Localization
5152
#### :hourglass: Performance
@@ -59,6 +60,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
5960
[#12306]: https://github.com/openstreetmap/iD/pull/12306
6061
[#12307]: https://github.com/openstreetmap/iD/pull/12307
6162
[#12320]: https://github.com/openstreetmap/iD/pull/12320
63+
[#12321]: https://github.com/openstreetmap/iD/pull/12321
6264

6365

6466
# 2.40.0

css/30_highways.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,8 @@ path.line.casing.tag-highway-path.tag-bicycle-designated.tag-foot-designated:not
600600
}
601601
path.line.stroke.tag-highway-cycleway.tag-foot-designated,
602602
path.line.stroke.tag-highway-path.tag-bicycle-designated.tag-foot-designated,
603-
.preset-icon-container path.casing.tag-highway-cycleway.tag-foot-designated,
604-
.preset-icon-container path.casing.tag-highway-path.tag-bicycle-designated.tag-foot-designated {
603+
.preset-icon-container path.line.casing.tag-highway-cycleway.tag-foot-designated:not(.tag-crossing),
604+
.preset-icon-container path.line.casing.tag-highway-path.tag-bicycle-designated.tag-foot-designated:not(.tag-crossing) {
605605
stroke: #b458ed;
606606
}
607607
.preset-icon-container path.stroke.tag-highway-cycleway.tag-foot-designated:not(.tag-crossing),

css/80_app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,10 +1115,10 @@ summary.hide-toggle::-webkit-details-marker {
11151115
object-fit: contain;
11161116
border-radius: 2px;
11171117
z-index: 2;
1118-
visibility: hidden;
1118+
display: none;
11191119
}
11201120
.preset-icon-container.showing-img img.image-icon {
1121-
visibility: visible;
1121+
display: initial;
11221122
}
11231123
.preset-icon-container.showing-img *:not(.image-icon) {
11241124
display: none;

0 commit comments

Comments
 (0)