X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fbuttons%2Faction-dropdown.component.scss;h=7c2b0db71b2c53365a67b6a5b8a3e9dec771db36;hb=b91bc1d1f3591c35ab4426f6ab594b4bd9f1ef62;hp=a4fcceeee25f5203f1b2f2b6a23563a6c89e7aa7;hpb=2a8c5d0af13f3ccb9a505e1fbc9d324b9d33ba1f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/buttons/action-dropdown.component.scss b/client/src/app/shared/buttons/action-dropdown.component.scss index a4fcceeee..7c2b0db71 100644 --- a/client/src/app/shared/buttons/action-dropdown.component.scss +++ b/client/src/app/shared/buttons/action-dropdown.component.scss @@ -8,12 +8,19 @@ .action-button { @include peertube-button; - &.grey { - @include grey-button; - } + &.button-styled { + + &.grey { + @include grey-button; + } - &.orange { - @include orange-button; + &.orange { + @include orange-button; + } + + &:hover, &:active, &:focus { + background-color: $grey-background-color; + } } display: inline-block; @@ -23,15 +30,12 @@ display: none; } - &:hover, &:active, &:focus { - background-color: $grey-color; - } - - .icon-action { - @include icon(21px); + .more-icon { + width: 21px; - background-image: url('../../../assets/images/video/more.svg'); - top: -1px; + /deep/ { + @include apply-svg-color(var(--mainForegroundColor)); + } } &.small { @@ -51,6 +55,10 @@ cursor: pointer; color: #000 !important; + &.with-icon { + @include dropdown-with-icon-item; + } + a, span { display: block; width: 100%;