mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
fix: dataWarning div was preventing tooltips
- add ng-if and pointer-events attributs
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
// position: relative;
|
||||
cursor: crosshair;
|
||||
|
||||
// allow tooltips on hover of warning text
|
||||
.datapoints-warning {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.datapoints-warning span {
|
||||
background-color: $warning-bg;
|
||||
color: $text-color;
|
||||
|
||||
Reference in New Issue
Block a user