mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
FIX: Missing icons on polls preview.
This commit is contained in:
@ -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";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user