https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40040

Karam Qubsi <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Karam Qubsi <[email protected]> ---
Created attachment 182881
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182881&action=edit
Bug 40040: RTL CSS files not loaded in templates; legacy  right-to-left.css
causing UI issues

This patch removes the legacy right-to-left.css file, which is no longer
maintained and has started causing issues in the RTL (Right-to-Left) UI.

We now use Gulp-generated RTL CSS files for better maintainability.

In limited cases, we use /*rtl:raw: to target RTL-specific styles. This does
not affect the default LTR (Left-to-Right) UI, as rtl:raw is handled by the
gulp-rtlcss plugin during the build phase.

To test:
        1.      Install the Arabic translation:
koha-translate -i ar-Arab
        2.      Open the staff interface (with the broken CSS) and confirm the
issue by browsing several pages.
        3.      Apply this patch.
        4.      Run: yarn css:build
        5.      Browse several pages in Arabic and confirm the issue is
resolved.
        6.      Browse several pages in English and confirm not affected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to