mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 15:26:39 +00:00
db87147bbd
WTD-894 Fixed application of CSS styles in HTML templates to format buttons properly; In-progress...
11 lines
305 B
HTML
11 lines
305 B
HTML
<a class="t-btn l-btn s-btn s-icon-btn s-very-subtle xxx"
|
|
ng-class="{ labeled: structure.text }"
|
|
ng-click="structure.click()">
|
|
<span class="ui-symbol icon">
|
|
{{structure.glyph}}
|
|
</span>
|
|
<span class="title-label" ng-if="structure.text">
|
|
{{structure.text}}
|
|
</span>
|
|
</a>
|