Small change to "Other review tools" link
authorpetarpetkovic <ppetkovic@wikimedia.org>
Tue, 28 Nov 2017 14:32:05 +0000 (15:32 +0100)
committerpetarpetkovic <ppetkovic@wikimedia.org>
Tue, 28 Nov 2017 20:10:55 +0000 (21:10 +0100)
- Reduce the separation between the label and the expand/collapse icon.

Bug: T179539
Change-Id: I0bfc8a72650325a815be930a64e472ae66f536f6

resources/src/mediawiki.rcfilters/styles/mw.rcfilters.less

index ef358e0..974d3eb 100644 (file)
                        // Same as the legend
                        border: 1px solid @colorGray12;
                }
+
+               /* stylelint-disable declaration-no-important */
+               .oo-ui-buttonElement > .oo-ui-buttonElement-button {
+                       padding-right: 1.2em !important;
+
+                       > .oo-ui-indicatorElement-indicator {
+                               right: 0 !important;
+                               width: 0.9375em !important;
+                       }
+               }
+               /* stylelint-enable declaration-no-important */
        }
 
        body:not( .mw-rcfilters-ui-initialized ) {