Skip to content

Commit

Permalink
Merge pull request #41080 from nextcloud/fix/40682-Add_more_visibilit…
Browse files Browse the repository at this point in the history
…y_on_background_buttons

Change styles on active, hover and focus state for background buttons
  • Loading branch information
JuliaKirschenheuter authored Oct 25, 2023
2 parents 4c7bd97 + 18751d0 commit 888473f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/theming/src/components/BackgroundSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dist/theming-personal-theming.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/theming-personal-theming.js.map

Large diffs are not rendered by default.

0 comments on commit 888473f

Please sign in to comment.