Merge pull request #41080 from nextcloud/fix/40682-Add_more_visibility_on_background_buttons

Change styles on active, hover and focus state for background buttons
pull/41021/head
Julia Kirschenheuter 2023-10-25 10:14:35 +07:00 committed by GitHub
commit 888473f5e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

@ -387,8 +387,8 @@ export default {
&--active,
&:hover,
&:focus {
// Use theme color primary, see inline css variable in template
border: 2px solid var(--border-color, var(--color-primary-element)) !important;
outline: 2px solid var(--color-main-text) !important;
border-color: var(--color-main-background) !important;
}
// Icon

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long