1 files changed, 5 insertions, 0 deletions
diff --git a/resources/styles/system.qss b/resources/styles/system.qss
index 0a8c4b21..b60b3776 100644
--- a/resources/styles/system.qss
+++ b/resources/styles/system.qss
@@ -124,6 +124,11 @@ RoomInfoListItem, UserMentionsWidget {
qproperty-bubbleFgColor: palette(text);
}
+CommunitiesList,
+CommunitiesList > * {
+ border-style: none;
+}
+
CommunitiesListItem {
qproperty-highlightedBackgroundColor: palette(highlight);
qproperty-hoverBackgroundColor: palette(light);
|