Skip to content

Commit

Permalink
Move hover/focus rule in result to .result class so padding is included
Browse files Browse the repository at this point in the history
  • Loading branch information
jazairi committed Jun 12, 2024
1 parent d7b83a6 commit 8e4dd68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/assets/stylesheets/partials/_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
font-weight: $fw-bold;
}

&:hover,
&:focus {
background-color: $gray-l4;
}

.result-content {
line-height: 1.2;

Expand All @@ -59,11 +64,6 @@
line-height: 1.1;
}

&:hover,
&:focus {
background-color: $gray-l4;
}

a:visited {
color: $brand-secondary;
}
Expand Down

0 comments on commit 8e4dd68

Please sign in to comment.