Disable tooltips when hovering over an icon?

Try this:

.tooltip {
  display: none !important;
}
2 Likes