This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
wiki
/
weseek__growi
réplica de
https://github.com/weseek/growi
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Add border styling for buttons in SelectablePagePageList component
Shun Miyazawa
hai 8 meses
pai
3f210954a0
achega
eaec4617e2
Modificáronse 1 ficheiros
con
4 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de 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
Ver ficheiro
@@ -6,6 +6,10 @@
.list-group-item {
border: none;
}
+
+ .btn {
+ border: none;
+ }
}
// == Colors