mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 15:26:39 +00:00
parent
e65ca1cb8b
commit
89e4f06de9
platform/commonUI
@ -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>
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user