Skip to content

Commit

Permalink
fix .discussion-item-entity hover
Browse files Browse the repository at this point in the history
URL: #938
  • Loading branch information
the-j0k3r committed Jun 11, 2019
1 parent fb004ca commit c4f9262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -6373,7 +6373,7 @@
.timeline-commits .author, .sidebar-assignee .assignee, .rss-subscribe,
.sidebar-module h3 a, .sidebar-module h3.disable span, .octotip,
.billing-section .section-content, #readme span.name, .steps li.current,
.discussion-item-entity, .subnav-search-context .btn, .context-loader,
.subnav-search-context .btn, .context-loader,
.box-title a, .merge-pr-more-commits a,
.branch-infobar .lightweight-actions > li a:hover,
.discussion-item-ref-title .title-link, .org-teams-list .team, .ace-github,
Expand Down

2 comments on commit c4f9262

@the-j0k3r
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

generic

Why a non hover selector affects the hover is a bit weird but OK so removed it to fix issue.

@silverwind
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a non hover selector affects the hover

It's because of the !important.

Please sign in to comment.