Change styles on active, hover and focus state for background buttons

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
pull/41080/head
julia.kirschenheuter 1 year ago
parent 13a8a1793c
commit 18751d0e52
  1. 4
      apps/theming/src/components/BackgroundSettings.vue
  2. 4
      dist/theming-personal-theming.js
  3. 2
      dist/theming-personal-theming.js.map

@ -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
Loading…
Cancel
Save