#155, Add expand indicator in collapsed section
This commit is contained in:
@@ -118,6 +118,11 @@ ul.pagination {
|
||||
a.active {
|
||||
color: $color-link;
|
||||
}
|
||||
|
||||
a.collapsed::after {
|
||||
content: "▸";
|
||||
margin-left: $padding-8;
|
||||
}
|
||||
}
|
||||
|
||||
.book-section-flat {
|
||||
|
||||
Reference in New Issue
Block a user