瀏覽代碼

enhance(ui): shortcut label

charlie 1 年之前
父節點
當前提交
6d693367d3
共有 1 個文件被更改,包括 8 次插入4 次删除
  1. 8 4
      src/main/frontend/components/shortcut.css

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

@@ -183,14 +183,18 @@
 }
 
 .sidebar-item .cp__shortcut-page-x {
-    padding: 12px 0 0 0;
-    background-color: var(--color-level-2);
+  padding: 12px 0 0 0;
+  background-color: var(--color-level-2);
 }
 
 .sidebar-item article {
-    max-height: unset;
+  max-height: unset;
 }
 
 .keyboard-shortcut {
-    @apply inline-flex;
+  @apply inline-flex;
+
+  .ui__button {
+    @apply cursor-default;
+  }
 }