mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Merge pull request #1024 from Alfresco/dev-denys-1000
tasklist: fix tooltips for Chrome
This commit is contained in:
@@ -9,3 +9,7 @@
|
|||||||
.material-icons:hover {
|
.material-icons:hover {
|
||||||
color: rgb(255, 152, 0);
|
color: rgb(255, 152, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mdl-tooltip {
|
||||||
|
will-change: unset;
|
||||||
|
}
|
||||||
|
@@ -9,3 +9,7 @@
|
|||||||
.material-icons:hover {
|
.material-icons:hover {
|
||||||
color: rgb(255, 152, 0);
|
color: rgb(255, 152, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mdl-tooltip {
|
||||||
|
will-change: unset;
|
||||||
|
}
|
||||||
|
@@ -13,3 +13,7 @@
|
|||||||
.add-people-dialog__content {
|
.add-people-dialog__content {
|
||||||
padding: 20px 24px 2px;
|
padding: 20px 24px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mdl-tooltip {
|
||||||
|
will-change: unset;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user