From f9f5e990f965f17be3ce024556e7e9fd8c3f68ca Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 7 Feb 2016 18:50:02 +0100 Subject: [PATCH] Remove bidi-override for author names closes #6680, closes #4785 --- Changelog.md | 1 + app/assets/stylesheets/conversations.scss | 1 - app/assets/stylesheets/stream_element.scss | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index f4942b8a5..6022499e1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,7 @@ * Fix `suppress_annoying_errors` eating too much errors [#6653](https://github.com/diaspora/diaspora/pull/6653) * Ensure the rubyzip gem is properly loaded [#6659](https://github.com/diaspora/diaspora/pull/6659) * Fix mobile registration layout after failed registration [#6677](https://github.com/diaspora/diaspora/pull/6677) +* Fix mirrored names when using a RTL language [#6680](https://github.com/diaspora/diaspora/pull/6680) ## Features * Keyboard shortcuts now do work on profile pages as well [#6647](https://github.com/diaspora/diaspora/pull/6647/files) diff --git a/app/assets/stylesheets/conversations.scss b/app/assets/stylesheets/conversations.scss index fba151f6e..99b202885 100644 --- a/app/assets/stylesheets/conversations.scss +++ b/app/assets/stylesheets/conversations.scss @@ -6,7 +6,6 @@ &:first-child { border-top: none; } a.author{ font-weight: bold; - unicode-bidi: bidi-override; } .avatar{ diff --git a/app/assets/stylesheets/stream_element.scss b/app/assets/stylesheets/stream_element.scss index 3c3a946f8..0258500e1 100644 --- a/app/assets/stylesheets/stream_element.scss +++ b/app/assets/stylesheets/stream_element.scss @@ -58,7 +58,6 @@ .author-name { font-weight: bold; margin-bottom: 4px; - unicode-bidi: bidi-override; } a.author-name { color: $blue; } .feedback {