Преглед изворни кода

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 година
родитељ
комит
1c3e95670d
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      apps/dashboard/src/components/BackgroundSettings.vue

+ 1
- 1
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;

Loading…
Откажи
Сачувај