mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +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.
|
// Support Blink based browsers.
|
||||||
// They use `outline` for focus styles, we're only amending the color here, see T245887.
|
// They use `outline` for focus styles, we're only amending the color here, see T245887.
|
||||||
:focus {
|
:focus {
|
||||||
outline-color: @outline-color-base--focus;
|
outline-color: @outline-color-progressive--focus;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
|
|
||||||
@color-link-selected: @color-base;
|
@color-link-selected: @color-base;
|
||||||
|
|
||||||
@outline-color-base--focus: @color-progressive;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// == Typography ==
|
// == Typography ==
|
||||||
//
|
//
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
|
|
||||||
@color-link-selected: @color-base;
|
@color-link-selected: @color-base;
|
||||||
|
|
||||||
@outline-color-base--focus: @color-progressive;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// == Typography ==
|
// == Typography ==
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue