Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f87e9d8

Browse files
authored
Catch up MPollBody CSS with everything else that now uses just 'accent' (#7118)
1 parent e2b5933 commit f87e9d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: res/css/views/messages/_MPollBody.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ limitations under the License.
8585
}
8686

8787
.mx_MPollBody_option_checked {
88-
border-color: $accent-color;
88+
border-color: $accent;
8989
}
9090

9191
.mx_StyledRadioButton_checked input[type="radio"] + div {
9292
border-width: 2px;
93-
border-color: $accent-color;
94-
background-color: $accent-color;
93+
border-color: $accent;
94+
background-color: $accent;
9595
background-image: url('$(res)/img/element-icons/check-white.svg');
9696
background-size: 12px;
9797
background-repeat: no-repeat;

0 commit comments

Comments
 (0)