Skip to content

Commit

Permalink
Merge pull request #36771 from nextcloud/enh/a11y-search-result-border
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal authored Feb 24, 2023
2 parents abaf6cd + e77b0f6 commit a47b28f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions core/src/components/UnifiedSearch/SearchResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,19 +172,18 @@ $margin: 10px;
align-items: center;
height: $clickable-area;
padding: $margin;
border-bottom: 1px solid var(--color-border);
border: 2px solid transparent;
border-radius: var(--border-radius-large) !important;

// Load more entry,
&:last-child {
border-bottom: none;
&--focused {
background-color: var(--color-background-hover);
}

&--focused,
&:active,
&:hover,
&:focus {
background-color: var(--color-background-hover);
border: 2px solid var(--color-border-maxcontrast);
}

* {
Expand Down
Loading

0 comments on commit a47b28f

Please sign in to comment.