]> source.dussan.org Git - nextcloud-server.git/commitdiff
Dashboard: fix visual glitch when clicking on active background
authorJan C. Borchardt <hey@jancborchardt.net>
Wed, 19 Aug 2020 15:05:10 +0000 (17:05 +0200)
committerJulius Härtl <jus@bitgrid.net>
Wed, 19 Aug 2020 15:07:30 +0000 (17:07 +0200)
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
apps/dashboard/src/components/BackgroundSettings.vue

index 984bb438911bceb53da32cb0ddae618ced0940d6..c2903caf5ccf065646cb615d6b4408fdae52363d 100644 (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;