From: Tom Hughes Date: Mon, 2 Oct 2023 17:48:52 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4268' X-Git-Tag: live~584 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/389b715241ff479d6038ee8b0b69c0004345f7e5?hp=-c Merge remote-tracking branch 'upstream/pull/4268' --- 389b715241ff479d6038ee8b0b69c0004345f7e5 diff --combined app/assets/stylesheets/common.scss index dd07ffd21,e89eb9d81..6ff46c07c --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -143,7 -143,7 +143,7 @@@ header nav.primary { - .btn-outline-primary { + & > .btn-group .btn-outline-primary { @include button-outline-variant($green, $color-hover: $white, $active-color: $white); } @@@ -729,14 -729,6 +729,6 @@@ tr.turn:hover } } - .comments { - color: $darkgrey; - } - - .comments-0 { - opacity: 0.5; - } - .changeset_more .loader { display: none; width: 100%; @@@ -1055,12 -1047,11 +1047,12 @@@ .search_form { background-color: $lightgrey; + #query { + z-index: 0; + } + .describe_location { - top: 6px; - right: 6px; font-size: 10px; - color: $blue; } } @@@ -1122,6 -1113,8 +1114,6 @@@ div.secondary-actions code { background: $lightgrey; padding: 2px 3px; - direction: inherit; /* fix for Bootstrap < 5.2 */ - unicode-bidi: unset; /* fix for Bootstrap < 5.2 */ } pre {