mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
Rename --color-link--visited
to --color-visited
During the Codex experimental build integration, some non-standard variable color names were not replaced with standardized ones. This patch replaced: --color-link--active -> --color-progressive--active --color-link--visited -> --color-visited Bug: T356928 Change-Id: I48925009300565adbd7af815138d150219c7e88a
This commit is contained in:
parent
5a5315b927
commit
aef7b869b1
|
@ -26,13 +26,13 @@ a {
|
|||
/* :visited code block can be removed
|
||||
* when Minerva uses ResourceLoaderSkinModule `elements` feature. */
|
||||
&:visited {
|
||||
color: var( --color-link--visited );
|
||||
color: var( --color-visited );
|
||||
}
|
||||
|
||||
/* :active code block can be removed
|
||||
* when Minerva uses ResourceLoaderSkinModule `elements` feature. */
|
||||
&:active {
|
||||
color: var( --color-link--active );
|
||||
color: var( --color-progressive--active );
|
||||
}
|
||||
|
||||
/* :hover code block can be removed
|
||||
|
|
Loading…
Reference in a new issue