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