Merge pull request #36844 from nextcloud/backport/36771/stable25

[stable25] Add focus border for search results
This commit is contained in:
Pytal 2023-02-24 18:09:00 -08:00 committed by GitHub
commit 7b2a3bd71d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 8 deletions

View file

@ -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