Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

adding focus style to default link styles #81

Merged
merged 1 commit into from Feb 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion scss/_body_common.scss
Expand Up @@ -36,7 +36,8 @@
cursor: pointer;
border-bottom: 1px dotted oColorsGetColorFor(link, text);

#{$o-hoverable-if-hover-enabled} &:hover {
#{$o-hoverable-if-hover-enabled} &:hover,
&:focus {
@include oColorsFor(link-hover, text);
border-bottom-color: transparent;
}
Expand Down