Inherit link colors from core variables and override @color-link-new

Vector should use the variables defined in core for red links

Bug: T288739
Depends-On: I799b46664f01c5631fb9d1ae4f5c43caeeaac818
Change-Id: Idcf5a54d76a1343d3407821b8a5b8d8ece8af9d0
This commit is contained in:
jdlrobson 2021-08-13 11:10:10 -07:00 committed by Jdlrobson
parent a35b21d2cf
commit 0238078aaf
1 changed files with 0 additions and 3 deletions

View File

@ -10,9 +10,6 @@
//
@color-base--subtle: #54595d;
@color-link: #0645ad;
@color-link--visited: #0b0080;
@color-link-new: #a55858;
@color-link-selected: @color-base;
@outline-color-base--focus: @color-primary;