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
8 ヶ月 前
親
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