build: Upgrade stylelint-config-wikimedia to 0.5.0 and make pass
[lhc/web/wiklou.git] / resources / src / mediawiki.ui / components / anchors.less
index ff38d0d..a9e4b78 100644 (file)
@@ -1,6 +1,5 @@
-@import "mediawiki.mixins";
-@import "mediawiki.ui/variables";
-@import "mediawiki.ui/mixins";
+@import 'mediawiki.mixins';
+@import 'mediawiki.ui/variables';
 
 // Helpers
 .mixin-mw-ui-anchor-styles( @mainColor ) {
@@ -29,7 +28,6 @@ The anchor base type can be applied to `a` elements when a basic context styling
 having to assign it as a button type. `.mw-ui-anchor` only changes the text color, and should not be used in combination
 with other base classes, such as `.mw-ui-button`.
 
-
 Markup:
 <a href="#" class="mw-ui-anchor mw-ui-progressive">Progressive</a>
 <a href="#" class="mw-ui-anchor mw-ui-destructive">Destructive</a>
@@ -69,6 +67,7 @@ Styleguide 6.2.1.
        &:hover {
                color: @mainColor;
        }
+
        &:focus,
        &:active {
                color: darken( @mainColor, @colorDarkenPercentage );