Merge "Follow-up 873d3c9ff: make RCFilters widget input use interface directionality"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 1 Feb 2017 21:09:57 +0000 (21:09 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 1 Feb 2017 21:09:58 +0000 (21:09 +0000)
1  2 
resources/src/mediawiki.rcfilters/styles/mw.rcfilters.ui.FilterWrapperWidget.less

        &-popup {
                // We have to override OOUI's definition, which is set
                // on the inline style of the popup
 -              margin-top: 2em !important;
 +              margin-top: 2.4em !important;
                max-width: 650px;
        }
  
        &-search {
                max-width: none;
                margin-top: -0.5em;
+               input {
+                       // Make sure this uses the interface direction, not the content direction
+                       direction: ltr;
+               }
        }
  
        &-capsule-invalid-filter {