Browse Source

Dashboard: fix visual glitch when clicking on active background

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
tags/v20.0.0beta1
Jan C. Borchardt 3 years ago
parent
commit
1c3e95670d
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/dashboard/src/components/BackgroundSettings.vue

+ 1
- 1
apps/dashboard/src/components/BackgroundSettings.vue View File

@@ -179,7 +179,7 @@ export default {
border: 2px solid var(--color-primary);
}

&.active:after {
&.active:not(.icon-loading):after {
background-image: var(--icon-checkmark-fff);
background-repeat: no-repeat;
background-position: center;

Loading…
Cancel
Save