Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move RTL styles from style-rtl.css to style.css only #2424

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

meel-hd
Copy link
Contributor

@meel-hd meel-hd commented Dec 21, 2024

Proposed changes

Changes:

  • All the RTL styles are moved into one file (style.css).
  • style-rtl.css is removed.
  • The base.html template is updated.

close: #2415

Checklist

  • Lint and unit tests pass locally with my changes.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added documentation to describe my feature.
  • I have squashed my commits into logic units.
  • I have described the changes in the commit messages.

Other information

Changes:
 - All the RTL styles are moved into one file (style.css).
 - style-rtl.css is removed.
 - The base.html template is updated.

 close: WeblateOrg#2415
Copy link

codecov bot commented Dec 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.71%. Comparing base (4e6d106) to head (cf35cc9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2424      +/-   ##
==========================================
+ Coverage   79.65%   79.71%   +0.06%     
==========================================
  Files          56       56              
  Lines        4876     4876              
  Branches      478      478              
==========================================
+ Hits         3884     3887       +3     
+ Misses        832      829       -3     
  Partials      160      160              

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSS consolidation
1 participant