Skip to content

Commit

Permalink
fixup: shift padding down one element
Browse files Browse the repository at this point in the history
This will increase the clickable area of links and buttons.
  • Loading branch information
thecristen committed Oct 27, 2023
1 parent 2a75618 commit 7c45f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/assets/css/_autocomplete-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
border-bottom: $border;
border-radius: 0;
font-weight: normal;
padding: calc(#{$base-spacing} / 2) $base-spacing;

&:hover {
background-color: $brand-primary-lightest;
Expand All @@ -33,6 +32,7 @@
font-weight: inherit;
gap: .25rem;
min-width: 0;
padding: calc(#{$base-spacing} / 2) $base-spacing;
}

a:hover {
Expand Down

0 comments on commit 7c45f07

Please sign in to comment.