Merge "RCFilters UI: Style the 'old' RC option fieldset"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 24 Feb 2017 01:09:39 +0000 (01:09 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 24 Feb 2017 01:09:39 +0000 (01:09 +0000)
1  2 
resources/src/mediawiki.rcfilters/styles/mw.rcfilters.ui.CapsuleItemWidget.less

@@@ -1,13 -1,18 +1,14 @@@
  @import "mw.rcfilters.mixins";
  
  .mw-rcfilters-ui-capsuleItemWidget {
 -      &-popup {
 -              padding: 1em;
 -      }
 -
 -      .oo-ui-popupWidget {
 -              // Fix the positioning of the popup itself
 -              margin-top: 1em;
 +      &-popup-content {
 +              padding: 0.5em;
 +              color: #54595d;
        }
  
-       .oo-ui-labelElement-label {
+       &.oo-ui-labelElement .oo-ui-labelElement-label {
                vertical-align: middle;
+               cursor: pointer;
        }
  
        &-muted {