mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
parent
36479e2e8b
commit
5d229198b7
@ -20,7 +20,7 @@
|
|||||||
at runtime from the About dialog for additional information.
|
at runtime from the About dialog for additional information.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<a class='s-clickable-icon icon-pointer-left'
|
<a class='s-icon-button icon-pointer-left'
|
||||||
ng-show="context.getPath().length > 2"
|
ng-show="context.getPath().length > 2"
|
||||||
ng-click="context.getParent().getCapability('action').perform('navigate')">
|
ng-click="context.getParent().getCapability('action').perform('navigate')">
|
||||||
</a>
|
</a>
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.s-clickable-icon {
|
.s-icon-button {
|
||||||
// Clickable icon elements that have hover
|
// Clickable icon elements that have hover
|
||||||
@extend .ui-symbol;
|
@extend .ui-symbol;
|
||||||
color: $colorClickIcon;
|
color: $colorClickIcon;
|
||||||
@ -83,7 +83,7 @@
|
|||||||
|
|
||||||
.s-toggle-icon {
|
.s-toggle-icon {
|
||||||
// Has default (in-active) and .active states
|
// Has default (in-active) and .active states
|
||||||
@extend .s-clickable-icon;
|
@extend .s-icon-button;
|
||||||
color: $colorToggleIcon;
|
color: $colorToggleIcon;
|
||||||
&:hover { color: rgba($colorToggleIconHov, 0.5); }
|
&:hover { color: rgba($colorToggleIconHov, 0.5); }
|
||||||
&.active { color: $colorToggleIconActive; }
|
&.active { color: $colorToggleIconActive; }
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<div class="l-elem-wrapper l-flex-row">
|
<div class="l-elem-wrapper l-flex-row">
|
||||||
<a ng-click="timer.clickButton()"
|
<a ng-click="timer.clickButton()"
|
||||||
title="{{timer.buttonText()}}"
|
title="{{timer.buttonText()}}"
|
||||||
class="flex-elem control s-clickable-icon {{timer.buttonCssClass()}}"></a>
|
class="flex-elem control s-icon-button {{timer.buttonCssClass()}}"></a>
|
||||||
<span class="flex-elem l-value {{timer.signClass()}}">
|
<span class="flex-elem l-value {{timer.signClass()}}">
|
||||||
<span class="value"
|
<span class="value"
|
||||||
ng-class="{ active:timer.text() }">{{timer.text() || "--:--:--"}}
|
ng-class="{ active:timer.text() }">{{timer.text() || "--:--:--"}}
|
||||||
|
Loading…
Reference in New Issue
Block a user