فهرست منبع

Remove border from list group items in AiAssistantManagementKeywordSearch styles

Shun Miyazawa 10 ماه پیش
والد
کامیت
1791e262cb

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

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