소스 검색

fix: indicator status

Tienson Qin 9 달 전
부모
커밋
67283bf276
1개의 변경된 파일29개의 추가작업 그리고 29개의 파일을 삭제
  1. 29 29
      src/main/frontend/components/file_sync.css

+ 29 - 29
src/main/frontend/components/file_sync.css

@@ -6,37 +6,37 @@
 
 .cp__file-sync, .cp__rtc-sync {
   &-indicator {
-      a.button.cloud {
-      @apply relative;
-
-      &.on {
-        @apply after:content-['*'];
-
-        &:after {
-          @apply absolute bottom-2.5 right-2 w-[7px] h-[7px] rounded-full opacity-100 text-transparent;
-
-          background-color: var(--ls-color-file-sync-pending);
-        }
-
-        &.syncing {
-          &:after {
-            background-color: var(--ls-color-file-sync-pending);
+      .ui__button.cloud {
+          @apply relative;
+
+          &.on {
+              @apply after:content-['*'];
+
+              &:after {
+                  @apply absolute bottom-2.5 right-1 w-[7px] h-[7px] rounded-full opacity-100 text-transparent;
+
+                  background-color: var(--ls-color-file-sync-pending);
+              }
+
+              &.syncing {
+                  &:after {
+                      background-color: var(--ls-color-file-sync-pending);
+                  }
+              }
+
+              &.queuing {
+                  &:after {
+                      background-color: var(--ls-color-file-sync-pending);
+                  }
+              }
+
+              &.idle {
+                  &:after {
+                      background-color: var(--ls-color-file-sync-idle);
+                  }
+              }
           }
-        }
-
-        &.queuing {
-          &:after {
-            background-color: var(--ls-color-file-sync-pending);
-          }
-        }
-
-        &.idle {
-          &:after {
-            background-color: var(--ls-color-file-sync-idle);
-          }
-        }
       }
-    }
 
     .debug-status {
       position: absolute;