This website works better with JavaScript
首页
发现
帮助
登录
wiki
/
weseek__growi
镜像自地址
https://github.com/weseek/growi
关注
2
点赞
0
派生
0
文件
工单管理
0
Wiki
浏览代码
Add border styling for buttons in SelectablePagePageList component
Shun Miyazawa
10 月之前
父节点
3f210954a0
当前提交
eaec4617e2
共有
1 个文件被更改
,包括
4 次插入
和
0 次删除
分列视图
显示文件统计
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
查看文件
@@ -6,6 +6,10 @@
.list-group-item {
border: none;
}
+
+ .btn {
+ border: none;
+ }
}
// == Colors