misc: update docs for new features

This commit is contained in:
Yangshun Tay 2019-01-23 23:20:11 -08:00
parent 5ce85e5b5e
commit dcd3361413
3 changed files with 30 additions and 20 deletions

View file

@ -1604,8 +1604,11 @@ input::placeholder {
display: none;
}
.collapsible .arrow {
.collapsible {
cursor: pointer;
}
.collapsible .arrow {
float: right;
margin-right: 5px;
transform: rotate(90deg);