Browse Source

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 2 years ago
committed by GitHub
parent
commit
888473f5e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/theming/src/components/BackgroundSettings.vue
  2. 4
      dist/theming-personal-theming.js
  3. 2
      dist/theming-personal-theming.js.map

4
apps/theming/src/components/BackgroundSettings.vue

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

4
dist/theming-personal-theming.js
File diff suppressed because it is too large
View File

2
dist/theming-personal-theming.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save