X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Fbuttons%2Faction-dropdown.component.scss;h=fe65d6e7e8deda0e5cc82da11ba46e79261dc62c;hb=b788e69131dccc1be147244e5b4d9e64deb2dc76;hp=b9a4d46dc5c6cc0e39488e9cd1cb55a146f4327b;hpb=c7027c06e9a73dad99d3f9bd9937a41a763850ce;p=github%2FChocobozzz%2FPeerTube.git 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 b9a4d46dc..fe65d6e7e 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 @@ -1,5 +1,5 @@ -@import '_variables'; -@import '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; .dropdown-divider:last-child { display: none; @@ -60,7 +60,6 @@ .dropdown-item { display: flex; cursor: pointer; - color: #000 !important; &.with-icon { @include dropdown-with-icon-item;