mediawiki.ui: Remove `.agora-inline-label-styling()` & `.mw-ui-radio-label`
[lhc/web/wiklou.git] / resources / src / mediawiki.less / mediawiki.ui / mixins.less
index 1bfa3a3..58319f5 100644 (file)
        }
 }
 
-.agora-inline-label-styling() {
-       margin-bottom: 0.5em;
-       cursor: pointer;
-       vertical-align: bottom;
-       line-height: normal;
-       font-weight: normal;
-
-       & > input[type="checkbox"],
-       & > input[type="radio"] {
-               width: auto;
-               height: auto;
-               margin: 0 0.1em 0 0;
-               padding: 0;
-               border: 1px solid @colorGray7;
-               cursor: pointer;
-       }
-}
-
 // ----------------------------------------------------------------------------
 // Button styling
 // ----------------------------------------------------------------------------
@@ -35,7 +17,7 @@
 .button-colors( @bgColor, @highlightColor, @activeColor ) {
        background-color: @bgColor;
        color: @colorButtonText;
-       border: 1px solid @colorFieldBorder;
+       border-color: @colorFieldBorder;
 
        // Make sure that `color` isn't inheriting from user-agent styles
        &:visited {
@@ -87,7 +69,6 @@
        // border of the same color as background so that light background and
        // dark background buttons are the same height and width
        border: 1px solid @bgColor;
-       text-shadow: 0 1px rgba( 0, 0, 0, 0.1 );
 
        &:hover {
                background-color: @highlightColor;