瀏覽代碼

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…
取消
儲存