mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -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
|
||||
// -------------------------
|
||||
@tooltipColor: @grayDark;
|
||||
@tooltipBackground: darken(@white,3%);
|
||||
@tooltipColor: @white;
|
||||
@tooltipBackground: @grayDark;
|
||||
@tooltipArrowWidth: 5px;
|
||||
@tooltipArrowColor: @tooltipBackground;
|
||||
@tooltipLinkColor: darken(@white,11%);
|
||||
|
Loading…
Reference in New Issue
Block a user