fix: dataWarning div was preventing tooltips

- add ng-if and pointer-events attributs
This commit is contained in:
Ivan Mikheykin
2019-02-21 20:47:27 +03:00
parent dee408e7a3
commit 2158753c5e
7 changed files with 13 additions and 4 deletions
+5
View File
@@ -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;