Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2020-08-19 18:05:10 +0300
committerJulius Härtl <jus@bitgrid.net>2020-08-19 18:07:30 +0300
commit1c3e95670d06bfefcf2d66b32c4a9be0fa4b4404 (patch)
tree14635a63dbcf15ba13f0e5a898e5372e38c287be /apps/dashboard
parent2b51b62f94dabcf7f782cba84b6138df9a1801ab (diff)
Dashboard: fix visual glitch when clicking on active background
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/dashboard')
-rw-r--r--apps/dashboard/src/components/BackgroundSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/src/components/BackgroundSettings.vue b/apps/dashboard/src/components/BackgroundSettings.vue
index 984bb438911..c2903caf5cc 100644
--- a/apps/dashboard/src/components/BackgroundSettings.vue
+++ b/apps/dashboard/src/components/BackgroundSettings.vue
@@ -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;