mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-09 11:34:24 +08:00
Arrow instead of chevron
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
.version(ng-repeat="heading in headings")
|
||||
.version-padded
|
||||
.version-menu
|
||||
.arrow.fa.fa-chevron-up(ng-show="!pick")
|
||||
.arrow.fa.fa-chevron-down(ng-show="pick")
|
||||
.arrow.fa.fa-arrow-up(ng-show="!pick")
|
||||
.arrow.fa.fa-arrow-down(ng-show="pick")
|
||||
.text(ng-bind-html="heading")
|
||||
|
||||
.pick(ng-show="pick")
|
||||
|
||||
Reference in New Issue
Block a user