diff options
author | Julia Kirschenheuter <6078378+JuliaKirschenheuter@users.noreply.github.com> | 2023-10-25 10:14:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 10:14:35 +0200 |
commit | 888473f5e2aa47b92c11fd169a3ffdd23b2c5504 (patch) | |
tree | 24f873de0be045a09a6af8c3ac6c8aee2ce93e57 /apps/theming | |
parent | 4c7bd978e181e1076bd61346c280fb4912834bbd (diff) | |
parent | 18751d0e522f3cadbe43f671f9dafd6ed53f4d42 (diff) | |
download | nextcloud-server-888473f5e2aa47b92c11fd169a3ffdd23b2c5504.tar.gz nextcloud-server-888473f5e2aa47b92c11fd169a3ffdd23b2c5504.zip |
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
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/src/components/BackgroundSettings.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/src/components/BackgroundSettings.vue b/apps/theming/src/components/BackgroundSettings.vue index d12489b0587..f7dfefad017 100644 --- a/apps/theming/src/components/BackgroundSettings.vue +++ b/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 |