mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Hide arrow from summary
This commit is contained in:
parent
1c52875ba4
commit
a2e47d7a6a
1 changed files with 3 additions and 0 deletions
|
@ -358,6 +358,9 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
|||
position: relative;
|
||||
list-style: none;
|
||||
}
|
||||
.timeline.contextual > li .replies > summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
.timeline.contextual > li .replies > summary > * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue