소스 검색

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