Bug 1562954 - fixing link colour (#5145)

This commit is contained in:
ScottDowne 2019-07-03 17:50:52 -04:00 коммит произвёл GitHub
Родитель 31e1e1fa26
Коммит 70e4f81313
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -33,7 +33,7 @@
a {
&:hover {
// text-decoration: underline; didn't quite match comps.
border-bottom: 1px solid $blue-40;
border-bottom: 1px solid var(--newtab-link-primary-color);
&:active {
border-bottom: 1px solid $blue-70;