Skip to content

Commit

Permalink
Hide some file-related tooltips (refined-github#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored and sindresorhus committed Feb 15, 2018
1 parent bbf456b commit c58dbc6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@
}

/* Remove tooltips where unnecessary */
[aria-label^='View the whole file']::before,
[aria-label^='View the whole file']::after,
[aria-label^='Change this file']::before,
[aria-label^='Change this file']::after,
[aria-label='Delete this file']::before,
[aria-label='Delete this file']::after,
[aria-label='Edit this file']::before,
[aria-label*='reacted with']::before,
[aria-label*='reacted with']::after,
[aria-label='Edit this file']::after,
[aria-label='Edit comment']::before,
[aria-label='Edit comment']::after,
.notification-indicator::before,
.notification-indicator::after {
display: none !important;
Expand Down

0 comments on commit c58dbc6

Please sign in to comment.