Display and send votes in polls (#7158)

Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Andy Balaam
2021-11-23 10:27:44 +00:00
committed by GitHub
co-authored by Travis Ralston
parent a156ba8be9
commit d705fdd6e4
9 changed files with 1740 additions and 15 deletions
+6
View File
@@ -86,6 +86,12 @@ limitations under the License.
.mx_MPollBody_option_checked {
border-color: $accent;
.mx_MPollBody_popularityBackground {
.mx_MPollBody_popularityAmount {
background-color: $accent;
}
}
}
.mx_StyledRadioButton_checked input[type="radio"] + div {