ソースを参照

fix(ui): resizer style for the right sidebar

charlie 1 年間 前
コミット
a10b10c34f
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/main/frontend/components/container.css

+ 2 - 2
src/main/frontend/components/container.css

@@ -602,8 +602,8 @@
   user-select: none;
 
   .resizer {
-    @apply absolute top-0 bottom-0 touch-none left-[1px] w-[3px] select-none !bg-primary;
-    @apply !cursor-col-resize hover:bg-primary/90 focus:bg-primary/90 active:bg-primary/90;
+    @apply absolute top-0 bottom-0 touch-none left-[1px] w-[3px] select-none;
+    @apply cursor-col-resize hover:bg-primary/90 focus:bg-primary/90 active:bg-primary/90;
     @apply z-[1000] delay-300 transition-[background-color] duration-300;
   }