From 21c142c19d7cfa03fd9e901b5df74cce93ef6087 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 19 Nov 2021 14:19:53 +0000 Subject: [PATCH] Make the Add option button look disabled when it is (#7164) --- res/css/views/dialogs/_PollCreateDialog.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/css/views/dialogs/_PollCreateDialog.scss b/res/css/views/dialogs/_PollCreateDialog.scss index 0b082a9883..d873ec44ef 100644 --- a/res/css/views/dialogs/_PollCreateDialog.scss +++ b/res/css/views/dialogs/_PollCreateDialog.scss @@ -67,4 +67,8 @@ limitations under the License. padding: 0; margin-bottom: 40px; // arbitrary to create scrollable area under the poll } + + .mx_AccessibleButton_disabled { + opacity: 0.4; + } }