generated from Seekra/repository-template
underline focused links that are no buttons
This commit is contained in:
@@ -23,7 +23,8 @@ body {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.link:hover:not(.button-link) {
|
.link:hover:not(.button-link), .link:focus:not(.button-link) {
|
||||||
|
outline: none;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user