X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fbuttons%2Faction-dropdown.component.scss;h=442c90984da9f5e41b9c58a3ae405d190eaca1ab;hb=be27ef3b4682c5639039474c39ee0d234d16f482;hp=985b2ca8844da898537e0e4a69b544295c71abbe;hpb=b718fd22374d64534bcfe69932cf562894abed6a;p=oweals%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 985b2ca88..442c90984 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,12 +30,12 @@ display: none; } - &:hover, &:active, &:focus { - background-color: $grey-background-color; - } - .more-icon { width: 21px; + + ::ng-deep { + @include apply-svg-color(var(--actionButtonColor)); + } } &.small { @@ -45,9 +52,14 @@ .dropdown-menu { .dropdown-item { + display: flex; cursor: pointer; color: #000 !important; + &.with-icon { + @include dropdown-with-icon-item; + } + a, span { display: block; width: 100%;