mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
portico: Remove obsolete content: none markdown CSS.
This made it impossible to e.g. use Font Awesome icons inside a `<ul>`
list item (they worked correctly inside `<ol>` list items).
This line was apparently added in
17ad591eb4. The original thinking
behind this line is not clear in the original PR, but is likely a
forgotten relic from experiments with a custom unordered list bullet
styling.
This commit is contained in:
@@ -173,10 +173,6 @@
|
|||||||
|
|
||||||
& > li {
|
& > li {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
|
|
||||||
::before {
|
|
||||||
content: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user