Merge "styles: Remove local var covered by mediawiki.skin.variables.less"

This commit is contained in:
jenkins-bot 2023-06-08 20:17:12 +00:00 committed by Gerrit Code Review
commit 35ca5b722d
3 changed files with 1 additions and 5 deletions

View file

@ -14,5 +14,5 @@ body {
// Support Blink based browsers.
// They use `outline` for focus styles, we're only amending the color here, see T245887.
:focus {
outline-color: @outline-color-base--focus;
outline-color: @outline-color-progressive--focus;
}

View file

@ -25,8 +25,6 @@
@color-link-selected: @color-base;
@outline-color-base--focus: @color-progressive;
//
// == Typography ==
//

View file

@ -25,8 +25,6 @@
@color-link-selected: @color-base;
@outline-color-base--focus: @color-progressive;
//
// == Typography ==
//