X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9173dd3192e518671d419cdfac5c51fa5d4f5094..9174049d6b4e50c32ba1a11b1c628bcfe32c06bf:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 5f89453c6..3eedfdbae 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1190,6 +1190,8 @@ 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 { @@ -1218,14 +1220,6 @@ div.secondary-actions { } } -/* Rules for the user notes list */ - -.note_list { - tr.creator { - background-color: $offwhite; - } -} - /* Rules for the iD editor */ .id-embed {