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
parent a156ba8be9
commit d705fdd6e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 1740 additions and 15 deletions

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 {