0
0
Fork 0

Fixes to the polls UI (#10150)

* Allow unselecting choices in multiple choice polls

* Properly disable checkboxes/radio buttons for polls in public pages

* Visually differentiate checkboxes and radio buttons
This commit is contained in:
ThibG 2019-03-04 01:54:14 +01:00 committed by Eugen Rochko
parent 1a7de769a3
commit 4ced609497
2 changed files with 17 additions and 8 deletions

View file

@ -47,9 +47,13 @@
height: 18px;
margin-right: 10px;
top: -1px;
border-radius: 4px;
border-radius: 50%;
vertical-align: middle;
&.checkbox {
border-radius: 4px;
}
&.active {
border-color: $valid-value-color;
background: $valid-value-color;