This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
wiki
/
weseek__growi
kopia lustrzana
https://github.com/weseek/growi
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Add border styling for buttons in SelectablePagePageList component
Shun Miyazawa
8 miesięcy temu
rodzic
3f210954a0
commit
eaec4617e2
1 zmienionych plików
z
4 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
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
Wyświetl plik
@@ -6,6 +6,10 @@
.list-group-item {
border: none;
}
+
+ .btn {
+ border: none;
+ }
}
// == Colors