Replace header collapse/expand for link copying.
This commit is contained in:
parent
fce2d3c935
commit
bdda2f3676
2 changed files with 7 additions and 23 deletions
|
@ -247,15 +247,10 @@ img {
|
|||
border-color: transparent;
|
||||
}
|
||||
|
||||
.node .node.collapsed > .title::before {
|
||||
content: "›";
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.node .node.expanded > .title::before {
|
||||
content: "›";
|
||||
transform: rotate(90deg);
|
||||
.node .node > .title::before {
|
||||
content: "#";
|
||||
display: inline-block;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.node .title {
|
||||
|
@ -488,6 +483,9 @@ tr.__table-separator {
|
|||
border-color: #8c9ea0;
|
||||
}
|
||||
|
||||
.node .node > .title::before {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
h2 a {
|
||||
color: #fafafe;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue