Przeglądaj źródła

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

Torkel Ödegaard 10 lat temu
rodzic
commit
cdcffcd31e
1 zmienionych plików z 2 dodań i 2 usunięć
  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%);