Merge pull request #31520 from nextcloud/fix/31237/new-button-UserStatus

focus to buttons on dashboard view
pull/31293/head^2
blizzz 2022-03-24 17:59:21 +07:00 committed by GitHub
commit 00076c0709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 7 deletions

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

@ -297,6 +297,9 @@ export default {
&:focus {
background-color: var(--color-background-hover);
}
&:focus {
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