This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
wiki
/
weseek__growi
miroir de
https://github.com/weseek/growi
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Add border styling for buttons in SelectablePagePageList component
Shun Miyazawa
il y a 8 mois
Parent
3f210954a0
commit
eaec4617e2
1 fichiers modifiés
avec
4 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
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
Voir le fichier
@@ -6,6 +6,10 @@
.list-group-item {
border: none;
}
+
+ .btn {
+ border: none;
+ }
}
// == Colors