diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-10-24 09:50:37 +0200 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-10-24 09:50:37 +0200 |
commit | 18751d0e522f3cadbe43f671f9dafd6ed53f4d42 (patch) | |
tree | c21023d5975d8c8f9f99d48cf8134610be89d5fa /apps/theming/src | |
parent | 13a8a1793c3396e2ac0e92c15dd7deb04fd8aa36 (diff) | |
download | nextcloud-server-18751d0e522f3cadbe43f671f9dafd6ed53f4d42.tar.gz nextcloud-server-18751d0e522f3cadbe43f671f9dafd6ed53f4d42.zip |
Change styles on active, hover and focus state for background buttons
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/theming/src')
-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 |