fix: change sidebar chevron icon to use svg (#1211)

This commit is contained in:
Yangshun Tay 2019-01-28 22:03:11 -08:00 committed by GitHub
parent a99dbb1976
commit 1fb1a92293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

@ -1626,6 +1626,7 @@ input::placeholder {
.collapsible .arrow {
float: right;
margin-right: 8px;
margin-top: -4px;
transform: rotate(90deg);
transition: transform 200ms linear;
}