From: Tom Hughes Date: Wed, 25 Oct 2023 17:19:57 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4293' X-Git-Tag: live~1412 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/8daaab2aa8a9decd185bbc28c685bbcbb5c2ea9e?ds=inline;hp=-c Merge remote-tracking branch 'upstream/pull/4293' --- 8daaab2aa8a9decd185bbc28c685bbcbb5c2ea9e diff --combined app/assets/stylesheets/common.scss index dcbf00be8,535b7e4b8..40392cdae --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -2,6 -2,34 +2,34 @@@ @import "bootstrap"; @import "rails_bootstrap_forms"; + /* Bootstrap + r2 fixes */ + + :root[dir=rtl] { + .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow { + /* no-r2 */ + right: unset !important; + left: calc(-1 * var(--bs-tooltip-arrow-height)) !important; + + &::before { + /* no-r2 */ + left: unset !important; + right: -1px !important; + } + } + + .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow { + /* no-r2 */ + left: unset !important; + right: calc(-1 * var(--bs-tooltip-arrow-height)) !important; + + &::before { + /* no-r2 */ + right: unset !important; + left: -1px !important; + } + } + } + /* Styles common to large and small screens */ /* Default rules for the body of every page */ @@@ -976,7 -1004,7 +1004,7 @@@ tr.turn:hover background: $offwhite; } - .inbox-row-unread { + .inbox-row-unread td { background: #CBEEA7; } }