mirror of
https://github.com/nasa/openmct.git
synced 2025-01-04 20:34:09 +00:00
aec1176dc4
WTD-1163 WTD-1146 New CSS to hide non-functional elements, including browse.top-bar with search elements; Adjusted spacing, mainly in .contents CSS class;
12 lines
466 B
HTML
12 lines
466 B
HTML
<a class="t-btn l-btn s-btn s-icon-btn s-very-subtle key-{{parameters.action.getMetadata().key}}"
|
|
ng-class="{ labeled: parameters.labeled }"
|
|
title="{{parameters.action.getMetadata().description}}"
|
|
ng-click="parameters.action.perform()">
|
|
<span class="ui-symbol icon">
|
|
{{parameters.action.getMetadata().glyph}}
|
|
</span>
|
|
<span class="title-label" ng-if="parameters.labeled">
|
|
{{parameters.action.getMetadata().name}}
|
|
</span>
|
|
</a>
|