mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
FIX: Missing icons on polls preview.
This commit is contained in:
parent
89d2340e37
commit
f9454088c3
1 changed files with 16 additions and 0 deletions
|
@ -41,4 +41,20 @@ div.poll {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.poll {
|
||||||
|
li[data-poll-option-id]:before {
|
||||||
|
font-family: FontAwesome;
|
||||||
|
content: "\f10c";
|
||||||
|
margin-right: 3px;
|
||||||
|
position: relative;
|
||||||
|
top: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&[data-poll-type="multiple"] {
|
||||||
|
li[data-poll-option-id]:before {
|
||||||
|
content: "\f096";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue