Merge pull request #36771 from nextcloud/enh/a11y-search-result-border

pull/36845/head
Pytal 3 years ago committed by GitHub
commit a47b28f986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      core/src/components/UnifiedSearch/SearchResult.vue
  2. 4
      dist/core-unified-search.js
  3. 2
      dist/core-unified-search.js.map

@ -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);
}
* {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save