UX: Close button shouldn't get :visited color
This commit is contained in:
parent
5f75da6f61
commit
d60b9dfba4
|
@ -39,7 +39,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.close {
|
.close,
|
||||||
|
.close:visited {
|
||||||
font-size: $font-up-3;
|
font-size: $font-up-3;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: dark-light-choose($primary-high, $secondary-low);
|
color: dark-light-choose($primary-high, $secondary-low);
|
||||||
|
|
Loading…
Reference in New Issue