Jelajahi Sumber

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

Torkel Ödegaard 10 tahun lalu
induk
melakukan
cdcffcd31e
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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%);