浏览代码

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