X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.ui%2Fcomponents%2Fbuttons.less;h=9b4835d93eb10957bd7eeb27911b3aab543f56fa;hb=53dfff81e22c1708843f9767c6ce7a1e30f0dbda;hp=cef36d755fed2539cc7c88cb60953fed644a7943;hpb=fa04547aca9a1f0615e8d63a60875bab54d24a66;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.ui/components/buttons.less b/resources/src/mediawiki.ui/components/buttons.less index cef36d755f..9b4835d93e 100644 --- a/resources/src/mediawiki.ui/components/buttons.less +++ b/resources/src/mediawiki.ui/components/buttons.less @@ -36,7 +36,9 @@ padding: 0.546875em 1em; line-height: 1.286; margin: 0; + border-style: solid; border-radius: @borderRadius; + border-width: @border-width-base; .box-sizing( border-box ); // Disable weird iOS styling @@ -191,18 +193,20 @@ // // Styleguide 2.1.3. &.mw-ui-quiet { - background: transparent; - border: 0; + background-color: transparent; .button-colors-quiet( @colorButtonText, @colorButtonTextHighlight, @colorButtonTextActive ); + border-color: transparent; &:hover, &:focus { + border-color: transparent; box-shadow: none; } &:active, &:disabled { - background: transparent; + background-color: transparent; + border-color: transparent; } } }