Skip to content

Commit

Permalink
Global: Adjust label dropdown hovers. Fixes #375
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Aug 4, 2016
1 parent 089cd52 commit b20fc28
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@
.btn.btn-outline:active, .btn.btn-outline.selected,
.btn.btn-outline.zeroclipboard-is-hover,
.btn.btn-outline.zeroclipboard-is-active,
.select-menu-item:not(.select-menu-item-parent):not(.selected).navigation-focus,
.select-menu-item:not(.select-menu-item-parent).navigation-focus,
.reaction-sort-item:hover, .reaction-sort-item.selected,
.pull-request-link:hover,
.issues-reset-query:hover .issues-reset-query-block,
#com .dropdown-menu a:hover, .date-selector td.selected,
.date-selector td.selectable-day:hover, .add-line-comment,
button.add-line-comment, .suggester .cur, .autocomplete-item.selected,
.autocomplete-item.navigation-focus,
.select-menu-item.navigation-focus.selected:not([class*="labelstyle"]) {
.select-menu-item.navigation-focus.selected {
background: /*[[base-color]]*/ #4183C4 !important;
}
.context-button:after {
Expand Down Expand Up @@ -917,11 +917,12 @@
.line[style^="background-color: rgb(255, 255, 204)"],
.oauth-org-access-details .boxed-group-list > li.on:hover, pre div:hover,
table.files tr.navigation-focus td, .summary-stats li a:hover,
.label-select-menu .select-menu-item.navigation-focus:not(.selected),
.select-menu-item-parent.navigation-focus,
.select-menu-item-parent.navigation-focus.selected,
.pinned-repos-selection-list-item.selected,
.Box-body-row--highlight.navigation-focus, .Box-body-row--highlight:hover {
.Box-body-row--highlight.navigation-focus, .Box-body-row--highlight:hover,
div.label-select-menu .select-menu-item.navigation-focus,
div.label-select-menu .select-menu-item.navigation-focus.selected {
background: #242424 !important;
}
#main, .capped-box, .unread_count, #browser table th,
Expand Down

0 comments on commit b20fc28

Please sign in to comment.