Add icon to delete history button
This commit is contained in:
parent
a55052c9ba
commit
d01b2fb9ab
|
@ -4,9 +4,10 @@
|
|||
<label i18n>History enabled</label>
|
||||
</div>
|
||||
|
||||
<div class="delete-history">
|
||||
<button (click)="deleteHistory()" i18n>Delete history</button>
|
||||
</div>
|
||||
<button class="delete-history" (click)="deleteHistory()" i18n>
|
||||
<my-global-icon iconName="delete"></my-global-icon>
|
||||
Delete history
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -23,12 +23,11 @@
|
|||
}
|
||||
|
||||
.delete-history {
|
||||
font-size: 15px;
|
||||
@include peertube-button;
|
||||
@include grey-button;
|
||||
@include button-with-icon;
|
||||
|
||||
button {
|
||||
@include peertube-button;
|
||||
@include grey-button;
|
||||
}
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue