This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Add border styling for buttons in SelectablePagePageList component
Shun Miyazawa
9 tháng trước cách đây
mục cha
3f210954a0
commit
eaec4617e2
1 tập tin đã thay đổi
với
4 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
4
0
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantManagementModal/SelectablePagePageList.module.scss
+ 4
- 0
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantManagementModal/SelectablePagePageList.module.scss
Xem Tập Tin
@@ -6,6 +6,10 @@
.list-group-item {
border: none;
}
+
+ .btn {
+ border: none;
+ }
}
// == Colors