Browse Source

fix: more specific css selector

Sv443 1 year ago
parent
commit
6149561f3f
1 changed files with 2 additions and 2 deletions
  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);
 }