]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/misc/help.component.scss
Merge branch 'release/3.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / help.component.scss
index 43f33a53abdc3e0a022b9ec79c5e6002d02ce965..68d7ad48f7e27ef084c2e83c88c5dea85323a8fa 100644 (file)
@@ -2,16 +2,18 @@
 @import '_mixins';
 
 .help-tooltip-button {
+  @include disable-outline;
+
   cursor: pointer;
-  border: none;
+  border: 0;
+  margin: 5px;
 
   my-global-icon {
+    @include apply-svg-color(pvar(--greyForegroundColor));
+
     width: 17px;
     position: relative;
-    top: -2px;
-    margin: 5px;
-
-    @include apply-svg-color(pvar(--mainForegroundColor))
+    top: -1px;
   }
 }