From f87e9d86a4089d348536b50f160fb032f8925da8 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Thu, 11 Nov 2021 14:34:55 +0000 Subject: [PATCH] Catch up MPollBody CSS with everything else that now uses just 'accent' (#7118) --- res/css/views/messages/_MPollBody.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/css/views/messages/_MPollBody.scss b/res/css/views/messages/_MPollBody.scss index 46051821a0..cff1d46cb4 100644 --- a/res/css/views/messages/_MPollBody.scss +++ b/res/css/views/messages/_MPollBody.scss @@ -85,13 +85,13 @@ limitations under the License. } .mx_MPollBody_option_checked { - border-color: $accent-color; + border-color: $accent; } .mx_StyledRadioButton_checked input[type="radio"] + div { border-width: 2px; - border-color: $accent-color; - background-color: $accent-color; + border-color: $accent; + background-color: $accent; background-image: url('$(res)/img/element-icons/check-white.svg'); background-size: 12px; background-repeat: no-repeat;