浏览代码

fix: more specific css selector

Sv443 1 年之前
父节点
当前提交
6149561f3f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/utils/BytmDialog.css

+ 2 - 2
src/utils/BytmDialog.css

@@ -223,7 +223,7 @@
   margin-top: 0;
 }
 
-.bytm-ftitem {
+.bytm-dialog .bytm-ftitem {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
@@ -233,7 +233,7 @@
   transition: background-color 0.15s ease-out;
 }
 
-.bytm-ftitem:hover {
+.bytm-dialog .bytm-ftitem:hover {
   background-color: var(--bytm-dialog-bg-highlight);
 }