Skip to content

Commit 0cdd7e9

Browse files
vanpertschnextcloud-command
authored andcommitted
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>
1 parent b0b1386 commit 0cdd7e9

5 files changed

Lines changed: 11 additions & 7 deletions

File tree

apps/dashboard/src/App.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,11 +543,15 @@ export default {
543543
background-color: var(--color-background-translucent);
544544
-webkit-backdrop-filter: var(--background-blur);
545545
backdrop-filter: var(--background-blur);
546+
opacity: 1 !important;
546547
547548
&:hover,
548549
&:focus,
549550
&:active {
550-
background-color: var(--color-background-hover);
551+
background-color: var(--color-background-hover)!important;
552+
}
553+
&:focus-visible {
554+
border: 2px solid var(--color-main-text)!important;
551555
}
552556
}
553557

dist/dashboard-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dashboard-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/user_status-menu.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/user_status-menu.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)