[Frontend] Apply clickable-icon class

Fixes #1047
This commit is contained in:
Charles Hacskaylo 2016-07-28 11:12:07 -07:00
parent e65ca1cb8b
commit 89e4f06de9
2 changed files with 1 additions and 6 deletions

View File

@ -20,7 +20,7 @@
at runtime from the About dialog for additional information.
-->
<a class='icon icon-pointer-left'
<a class='s-clickable-icon icon-pointer-left'
ng-show="context.getPath().length > 2"
ng-click="context.getParent().getCapability('action').perform('navigate')">
</a>

View File

@ -306,11 +306,6 @@ input[type="search"] {
}
}
.s-back {
// Nav to parent arrow
@extend .icon-pointer-left;
}
/******************************************************** PROGRESS BAR */
@include keyframes(progress) {
100% { background-position: $progressBarStripeW center; }