discourse/app/assets/stylesheets/common/base
Osama Sayegh 0b9f035eac
FIX: Remove unneeded RTL-specific CSS rules
We currently have some CSS rules in `common/base/rtl.scss` that were added to workaround shortcomings of the R2 gem that we used to use to generate versions of our CSS that are suitable for RTL layouts. Those workarounds are mostly duplicates of existing rules with the only difference being that they're flipped to suit RTL layouts (e.g. `padding-left` is changed to `padding-right` and vice versa).

However, we've recently replaced R2 with `rtlcss` which doesn't have those shortcomings of R2 (see f94951147e) which means those workarounds/duplicate rules need to be removed because they're getting flipped by `rltcss`, essentially reverting them to their original LTR version and causing issues with RTL layouts.

This commit removes those workarounds that are no longer needed, and cleans up the the file that contains our RTL-specific CSS.

Meta topic: https://meta.discourse.org/t/avatar-in-rtl-website-in-wrong-place/264676?u=osama.
2023-05-31 01:27:38 +03:00
..
_index.scss UX: Improve login required page (#20847) 2023-03-28 07:09:44 -05:00
_topic-list.scss UX: improve tags spacing (#21585) 2023-05-23 09:52:15 +08:00
about.scss
activation.scss DEV: Use more css vars (#18561) 2022-10-12 16:05:42 +02:00
alert.scss UX: highlight vars updates (#20346) 2023-02-21 10:15:49 +01:00
bbcode.scss
cat_reorder.scss UX: Increase width & center category reorder input (#10928) 2020-10-15 14:42:42 +11:00
category-list.scss UX: switch categories-boxes layouts from flexbox to grid (#19501) 2023-01-19 12:48:58 -05:00
code_highlighting.scss UX: update hljs-builtin-name highlight (#16859) 2022-05-18 15:55:40 +02:00
colorpicker.scss FEATURE: Use native color-picker (#15748) 2022-02-01 11:18:13 -03:00
compose.scss DEV: Show form templates in the composer (#21190) 2023-05-29 14:47:18 -07:00
composer-user-selector.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
crawler_layout.scss UX: Style edits (#19927) 2023-02-15 11:02:16 -06:00
d-icon.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
d-popover.scss UX: Onboarding edits (#18581) 2022-10-13 16:39:52 +03:00
dialog.scss DEV: refactor bootbox alerts (#18292) 2022-09-27 14:47:13 -04:00
directory.scss UX: improve directory user fields on small screens (#20765) 2023-03-21 14:09:02 -04:00
discourse.scss UX: fix color preference layout (#21346) 2023-05-03 10:11:52 +08:00
edit-category.scss DEV: Apply form template to categories (#20337) 2023-02-23 11:18:14 -08:00
edit-topic-timer-modal.scss UX: Normalize sizing for inputs, buttons, dropdowns (#14226) 2021-09-09 11:01:56 -04:00
ember-select.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
emoji.scss UX: improve emoji alignment for text (#19815) 2023-01-30 14:07:08 +01:00
empty-state.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
exception.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
explain-reviewable.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
faqs.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
group.scss UX: style improvements to new user tables (#20530) 2023-03-06 09:30:48 -05:00
groups.scss DEV: Move to Sass compilation to dart-sass (#19910) 2023-02-07 12:24:57 -03:00
header.scss UX: update ring animation to avoid scroll (#21150) 2023-04-19 09:13:50 -04:00
history.scss UX: Fix post history raw view (#21830) 2023-05-31 05:29:04 +08:00
lightbox.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
login.scss FEATURE: add user toggle to mask/unmask passwords (#19306) 2022-12-19 18:56:51 -05:00
magnific-popup.scss DEV: Move to Sass compilation to dart-sass (#19910) 2023-02-07 12:24:57 -03:00
menu-panel.scss UX: iPad footer nav now included in header offset (#21699) 2023-05-23 17:49:19 -04:00
modal.scss FEATURE: support for chronologically merging posts into existing topic (#21374) 2023-05-25 14:38:34 -04:00
new-user.scss DEV: remove old and experimental user menu styles (#21326) 2023-05-02 15:07:42 -04:00
not-found.scss DEV: Use more css vars (#18561) 2022-10-12 16:05:42 +02:00
onebox.scss UX: Fix user onebox layout (#21284) 2023-04-28 09:50:49 -04:00
personal-message.scss FEATURE: control topic width with variables (#18743) 2022-10-25 14:45:37 -04:00
popup-menu.scss UX: highlight vars updates (#20346) 2023-02-21 10:15:49 +01:00
redirection.scss DEV: Use more css vars (#18561) 2022-10-12 16:05:42 +02:00
request_access.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
request-group-membership-form.scss
reviewables.scss UX: add support for flagged chat message in reviewqueue (#21802) 2023-05-29 10:02:02 +02:00
rtl.scss FIX: Remove unneeded RTL-specific CSS rules 2023-05-31 01:27:38 +03:00
search-menu.scss UX: fix spacing between assign tags (#20967) 2023-04-04 17:26:06 -04:00
search.scss FIX: Failing system spec for rate limited search (#20046) 2023-01-27 12:14:29 -08:00
share_link.scss UX: Move post date under title in share-modal (#16455) 2022-04-27 16:36:08 +03:00
shared-drafts.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
sidebar-custom-section.scss FEATURE: modal for admins to edit Community section (#21668) 2023-05-29 15:20:23 +10:00
sidebar-footer.scss UX: Fix menu panel padding on non-safe-area contexts (#20746) 2023-03-20 21:46:13 -04:00
sidebar-more-section-links.scss UX: increase sidebar font-size (#21704) 2023-05-24 11:00:20 -04:00
sidebar-section-link.scss UX: minor active state fix for sidebar (#21754) 2023-05-25 16:01:27 -04:00
sidebar-section.scss UX: more style adjustments for larger sidebar font (#21751) 2023-05-25 11:21:30 -04:00
sidebar.scss FEATURE: modal for admins to edit Community section (#21668) 2023-05-29 15:20:23 +10:00
static-login.scss UX: tweak on logo size to make sure it's not too small on small screen (#21644) 2023-05-18 13:11:53 -06:00
tagging.scss UX: improve tags spacing (#21585) 2023-05-23 09:52:15 +08:00
tooltip.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
topic-admin-menu.scss A11Y: Use button in d-modal-cancel component (#17938) 2022-08-17 09:39:28 +08:00
topic-post.scss UX: Vertical alignment issues on mobile (#21118) 2023-04-17 22:51:13 +05:30
topic.scss UX: iPad footer nav now included in header offset (#21699) 2023-05-23 17:49:19 -04:00
upload.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
user-badges.scss UX: User badges tweaks (#20408) 2023-02-23 03:21:26 +01:00
user-tips.scss UX: Various improvements to welcome topic CTA (#21010) 2023-05-12 17:09:40 +03:00
user.scss UX: fix color scheme setting reset position (#21365) 2023-05-03 13:37:23 -04:00