Procházet zdrojové kódy

fix(css): restored tooltip background to dark for white theme #3079

Torkel Ödegaard před 10 roky
rodič
revize
cdcffcd31e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      public/less/variables.light.less

+ 2 - 2
public/less/variables.light.less

@@ -278,8 +278,8 @@
 
 // Tooltips and popovers
 // -------------------------
-@tooltipColor:            @grayDark;
-@tooltipBackground:        darken(@white,3%);
+@tooltipColor:            @white;
+@tooltipBackground:       @grayDark;
 @tooltipArrowWidth:       5px;
 @tooltipArrowColor:       @tooltipBackground;
 @tooltipLinkColor:        darken(@white,11%);