From 90f2e062eca7f593b8567553c28e7b232df214a1 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Mon, 15 Sep 2025 16:21:58 +0200 Subject: [PATCH] fix: exclude `InviteDialog` button to css override --- res/css/_common.pcss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/css/_common.pcss b/res/css/_common.pcss index 3eed8c93c6..787feecdf5 100644 --- a/res/css/_common.pcss +++ b/res/css/_common.pcss @@ -602,6 +602,7 @@ legend { .mx_AccessibleButton, .mx_IdentityServerPicker button, .mx_AccessSecretStorageDialog button, + .mx_InviteDialog_other button, [class|="maplibregl"] ), .mx_Dialog_buttons button:not(.mx_Dialog_nonDialogButton, .mx_AccessibleButton), @@ -643,7 +644,8 @@ legend { .mx_ThemeChoicePanel_CustomTheme button, .mx_UnpinAllDialog button, .mx_ShareDialog button, - .mx_EncryptionUserSettingsTab button + .mx_EncryptionUserSettingsTab button, + .mx_InviteDialog_other button ):focus, .mx_Dialog input[type="submit"]:focus, .mx_Dialog_buttons button:not(.mx_Dialog_nonDialogButton, .mx_AccessibleButton):focus,