Explorar o código

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

Torkel Ödegaard %!s(int64=10) %!d(string=hai) anos
pai
achega
cdcffcd31e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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%);