mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 15:26:47 +00:00
Replace @colorGray9
with static color value #999
Replacing `@colorGray9` variable with static color value `#999` as it's among those color values which are not part of the new WikimediaUI color palette any more. Will be deprecated in Iaef72470c596656 Bug: T172850 Change-Id: I94c40badb4a8e4703b5e3400d78641edd98f0300
This commit is contained in:
parent
c34e08ddb8
commit
ce9d900cb3
|
@ -215,7 +215,7 @@
|
|||
padding: 0;
|
||||
|
||||
li {
|
||||
color: @colorGray9;
|
||||
color: #999;
|
||||
list-style: none;
|
||||
display: block;
|
||||
padding-bottom: 10px;
|
||||
|
@ -223,7 +223,7 @@
|
|||
|
||||
a {
|
||||
// override default black print style.
|
||||
color: @colorGray9 !important; /* stylelint-disable-line declaration-no-important */
|
||||
color: #999 !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue