Browse Source

Show tooltips for comment reactions on issues and PRs

Fixes https://github.com/sindresorhus/refined-github/issues/90
master
Haralan Dobrev 9 years ago
parent
commit
96690d6e5e
  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