mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
fix tool tips in config
This commit is contained in:
committed by
Aiden McClelland
parent
261509c841
commit
43df7bca16
@@ -1,5 +1,8 @@
|
|||||||
<ion-icon *ngIf="data.spec.description" class="help-icon" name="help-circle-outline" (click)="presentAlertDescription()"></ion-icon>
|
<ion-button *ngIf="data.spec.description" class="help-button" fill="clear" size="small" (click)="presentAlertDescription()">
|
||||||
<span> {{ data.spec.name }}</span>
|
<ion-icon name="help-circle-outline"></ion-icon>
|
||||||
|
</ion-button>
|
||||||
|
|
||||||
|
<span>{{ data.spec.name }}</span>
|
||||||
|
|
||||||
<ion-text color="success" *ngIf="data.isNew"> (New)</ion-text>
|
<ion-text color="success" *ngIf="data.isNew"> (New)</ion-text>
|
||||||
<ion-text color="warning" *ngIf="data.isEdited"> (Edited)</ion-text>
|
<ion-text color="warning" *ngIf="data.isEdited"> (Edited)</ion-text>
|
||||||
|
|||||||
@@ -1,11 +1,6 @@
|
|||||||
.help-icon {
|
.help-button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding-bottom: 1px;
|
|
||||||
padding-right: 6px;
|
|
||||||
font-size: 18px;
|
|
||||||
color: var(--ion-color-dark);
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-input {
|
ion-input {
|
||||||
|
|||||||
Reference in New Issue
Block a user