]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/header/suggestion.component.scss
Translated using Weblate (German)
[github/Chocobozzz/PeerTube.git] / client / src / app / header / suggestion.component.scss
index 692a81daa01e803449288ffedcb14be8add501f8..41ca34d5a9b499e9023b21c82af19e4dbfbe7cbc 100644 (file)
@@ -1,10 +1,13 @@
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 a {
   @include disable-default-a-behaviour;
+
   width: 100%;
 
-  &, &:hover {
+  &,
+  &:hover {
     color: pvar(--mainForegroundColor);
 
     &.focus-visible {
@@ -23,10 +26,10 @@ a {
 }
 
 my-global-icon {
+  @include apply-svg-color(pvar(--mainForegroundColor));
+
   width: 17px;
   position: relative;
   top: -2px;
   margin: 5px;
-
-  @include apply-svg-color(pvar(--mainForegroundColor));
 }