Add focus border for search results

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2023-02-17 21:41:48 -08:00
parent abaf6cd3a4
commit e77b0f6693
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