mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: disable text selection in polls
This commit is contained in:
parent
d95ad05d76
commit
233cdc011d
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ div.poll {
|
|||
|
||||
border: 1px solid $border-color;
|
||||
|
||||
@include unselectable;
|
||||
|
||||
ul, ol {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue