Browse Source

Remove border from list group items in AiAssistantManagementKeywordSearch styles

Shun Miyazawa 8 tháng trước cách đây
mục cha
commit
1791e262cb

+ 4 - 0
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantManagementModal/AiAssistantManagementKeywordSearch.module.scss

@@ -20,6 +20,10 @@
        display: none !important;
        display: none !important;
     }
     }
   }
   }
+
+  .list-group-item {
+    border: none;
+  }
 }
 }
 
 
 // == Colors
 // == Colors