mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Don't turn arrow into ▶ emoji
This commit is contained in:
@@ -222,10 +222,12 @@ blockquote.pull-quote > :last-child {
|
||||
|
||||
.toggle .name:after {
|
||||
content: " ▶";
|
||||
font-family: "monospace";
|
||||
}
|
||||
|
||||
.toggle .name.open:after {
|
||||
content: " ▼";
|
||||
font-family: "monospace";
|
||||
}
|
||||
|
||||
/* -- PRINT VIEW ----------------------------------------------------------------------------*/
|
||||
@@ -261,4 +263,4 @@ blockquote.pull-quote > :last-child {
|
||||
div.footer {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user