Browse Source

Merge pull request #91 from sindresorhus/reactoons-tooltip-fix

Show tooltips for comment reactions on issues and PRs
master
Sindre Sorhus 9 years ago
parent
commit
1d750757e6
  1. 4
      extension/content.css

4
extension/content.css

@ -39,8 +39,8 @@
}
/* remove tooltips */
.tooltipped:before,
.tooltipped:after {
.tooltipped:not(.reaction-summary-item):before,
.tooltipped:not(.reaction-summary-item):after {
display: none !important;
}

Loading…
Cancel
Save