Skip to content

Commit

Permalink
[Frontend] Apply clickable-icon class
Browse files Browse the repository at this point in the history
Fixes #1047
  • Loading branch information
charlesh88 committed Jul 28, 2016
1 parent e65ca1c commit 89e4f06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion platform/commonUI/browse/res/templates/back-arrow.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 0 additions & 5 deletions platform/commonUI/general/res/sass/controls/_controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 89e4f06

Please sign in to comment.