فهرست منبع

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