1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Catch up MPollBody CSS with everything else that now uses just 'accent' (#7118)

This commit is contained in:
Andy Balaam
2021-11-11 14:34:55 +00:00
committed by GitHub
parent e2b59335cf
commit f87e9d86a4

View File

@@ -85,13 +85,13 @@ limitations under the License.
} }
.mx_MPollBody_option_checked { .mx_MPollBody_option_checked {
border-color: $accent-color; border-color: $accent;
} }
.mx_StyledRadioButton_checked input[type="radio"] + div { .mx_StyledRadioButton_checked input[type="radio"] + div {
border-width: 2px; border-width: 2px;
border-color: $accent-color; border-color: $accent;
background-color: $accent-color; background-color: $accent;
background-image: url('$(res)/img/element-icons/check-white.svg'); background-image: url('$(res)/img/element-icons/check-white.svg');
background-size: 12px; background-size: 12px;
background-repeat: no-repeat; background-repeat: no-repeat;