#1000 fix tooltips for Chrome

This commit is contained in:
Denys Vuika
2016-11-08 14:29:34 +00:00
parent bc823b829b
commit d4dcc22166
3 changed files with 12 additions and 0 deletions

View File

@@ -9,3 +9,7 @@
.material-icons:hover {
color: rgb(255, 152, 0);
}
.mdl-tooltip {
will-change: unset;
}

View File

@@ -9,3 +9,7 @@
.material-icons:hover {
color: rgb(255, 152, 0);
}
.mdl-tooltip {
will-change: unset;
}

View File

@@ -13,3 +13,7 @@
.add-people-dialog__content {
padding: 20px 24px 2px;
}
.mdl-tooltip {
will-change: unset;
}