From d01b2fb9ab70f75355c479144e139188d1911c14 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Mar 2019 14:08:03 +0100 Subject: [PATCH] Add icon to delete history button --- .../my-account-history/my-account-history.component.html | 7 ++++--- .../my-account-history/my-account-history.component.scss | 9 ++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.html b/client/src/app/+my-account/my-account-history/my-account-history.component.html index d42af37d4..2349f02f5 100644 --- a/client/src/app/+my-account/my-account-history/my-account-history.component.html +++ b/client/src/app/+my-account/my-account-history/my-account-history.component.html @@ -4,9 +4,10 @@ -
- -
+ diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.scss b/client/src/app/+my-account/my-account-history/my-account-history.component.scss index b5c78e080..e03d81055 100644 --- a/client/src/app/+my-account/my-account-history/my-account-history.component.scss +++ b/client/src/app/+my-account/my-account-history/my-account-history.component.scss @@ -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; } } -- 2.41.0