mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -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;
|
border: 1px solid $border-color;
|
||||||
|
|
||||||
|
@include unselectable;
|
||||||
|
|
||||||
ul, ol {
|
ul, ol {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in a new issue