mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Make links use the hover color when focused (re: #8004)
This commit is contained in:
@@ -127,6 +127,9 @@ a:visited,
|
||||
a:active {
|
||||
color: #7092ff;
|
||||
}
|
||||
a:focus {
|
||||
color: #597be7;
|
||||
}
|
||||
@media (hover: hover) {
|
||||
a:hover {
|
||||
color: #597be7;
|
||||
|
||||
Reference in New Issue
Block a user