From 931d3430184143ebd88e5243def6eb1d7acfdbf4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Apr 2021 16:41:07 +0200 Subject: Move to stylelint --- .../shared-main/buttons/action-dropdown.component.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'client/src/app/shared/shared-main/buttons/action-dropdown.component.scss') diff --git a/client/src/app/shared/shared-main/buttons/action-dropdown.component.scss b/client/src/app/shared/shared-main/buttons/action-dropdown.component.scss index 724a04efc..b9a4d46dc 100644 --- a/client/src/app/shared/shared-main/buttons/action-dropdown.component.scss +++ b/client/src/app/shared/shared-main/buttons/action-dropdown.component.scss @@ -8,6 +8,9 @@ .action-button { @include peertube-button; + display: inline-block; + padding: 0 10px; + &.button-styled { &.grey { @@ -18,14 +21,13 @@ @include orange-button; } - &:hover, &:active, &:focus { + &:hover, + &:active, + &:focus { background-color: $grey-background-color; } } - display: inline-block; - padding: 0 10px; - &::after { display: none; } @@ -64,7 +66,8 @@ @include dropdown-with-icon-item; } - a, span { + a, + span { display: block; width: 100%; } -- cgit v1.2.3