mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(css): restored tooltip background to dark for white theme #3079
This commit is contained in:
parent
f8a1c7c8a1
commit
cdcffcd31e
@ -278,8 +278,8 @@
|
|||||||
|
|
||||||
// Tooltips and popovers
|
// Tooltips and popovers
|
||||||
// -------------------------
|
// -------------------------
|
||||||
@tooltipColor: @grayDark;
|
@tooltipColor: @white;
|
||||||
@tooltipBackground: darken(@white,3%);
|
@tooltipBackground: @grayDark;
|
||||||
@tooltipArrowWidth: 5px;
|
@tooltipArrowWidth: 5px;
|
||||||
@tooltipArrowColor: @tooltipBackground;
|
@tooltipArrowColor: @tooltipBackground;
|
||||||
@tooltipLinkColor: darken(@white,11%);
|
@tooltipLinkColor: darken(@white,11%);
|
||||||
|
Loading…
Reference in New Issue
Block a user