소스 검색

enhance(ui): active state for shortcut table fold marker

charlie 2 년 전
부모
커밋
b791a9ce74
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/main/frontend/components/shortcut.css

+ 4 - 0
src/main/frontend/components/shortcut.css

@@ -19,6 +19,10 @@
     a.fold {
       @apply absolute right-0 top-0 w-full pt-3 pr-3
       flex items-center justify-end select-none;
+
+      &:active {
+        @apply bg-white/50 opacity-60;
+      }
     }
   }
 }