Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-17250

Fix Wrong ".rtl .caret" RTL Caret Right Position Rule

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.3.11
    • None
    • Styles

    Description

      The bidi.css file has an RTL position rule for the caret but it doesn't match the standard LTR rule.

       

      File:

      bidi.css
      

      Find:

      .rtl .caret {
          border-right: 1px solid;
          border-right-color: inherit;
          border-left: none;
          right: 6px;
      }

      Change To:

      .rtl .caret {
          border-right: 1px solid;
          border-right-color: inherit;
          border-left: none;
          left: -6px;
          right: auto;
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: