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