quick fix for focus on weather and customize button

Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Vanessa Pertsch 2022-03-10 15:08:20 +01:00 committed by nextcloud-command
parent b0b138675a
commit 0cdd7e9fcd
5 changed files with 11 additions and 7 deletions

View File

@ -543,11 +543,15 @@ export default {
background-color: var(--color-background-translucent);
-webkit-backdrop-filter: var(--background-blur);
backdrop-filter: var(--background-blur);
opacity: 1 !important;
&:hover,
&:focus,
&:active {
background-color: var(--color-background-hover);
background-color: var(--color-background-hover)!important;
}
&:focus-visible {
border: 2px solid var(--color-main-text)!important;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long