mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
Merge "styles: Remove local var covered by mediawiki.skin.variables.less"
This commit is contained in:
commit
35ca5b722d
2
resources/common/normalize.less
vendored
2
resources/common/normalize.less
vendored
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
@color-link-selected: @color-base;
|
||||
|
||||
@outline-color-base--focus: @color-progressive;
|
||||
|
||||
//
|
||||
// == Typography ==
|
||||
//
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
@color-link-selected: @color-base;
|
||||
|
||||
@outline-color-base--focus: @color-progressive;
|
||||
|
||||
//
|
||||
// == Typography ==
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue