Skip to content

Commit

Permalink
Remove background & border styling from drop down arrow. Fixes #148
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Jun 17, 2014
1 parent 6daf6d5 commit 5f54df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
.chromed-list-browser, .js-activate-link, .chromed-list-browser div, .filter-bar, .columns.sidebar, .title, .lbl,
.participation-graph canvas, #contributors .person, .tabnav, #commit-activity-master, .mini-repo-list a, #services,
.top-rule, .blog-post, #services .service, ul.stats, .select-menu-filters, .select-menu-item, .select-menu-tabs,
.release-list > li, .url-box, .select-menu-button:after, .context-body, .range-editor-head, .code-list-item,
.release-list > li, .url-box, .context-body, .range-editor-head, .code-list-item,
.cheatsheet, .pagehead.settings-area, .release-body, .suggester, .pull-state, .pull-number, .merge-pr, .gist-file,
#footer .container, #graph-shots li, .sidebar, .release-timeline, .explore h2, ul.color-label-list .color, #head,
.leaderboard-list-item, .release-timeline-tags .main, .search-result-item, .sort-bar, .details, .jobs-list,
Expand Down Expand Up @@ -731,7 +731,7 @@
/* Light Panel background (#444), leave image and border */
ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace,
.subnav-bar > ul > li > ul > li > a:hover, ol.download-list li:nth-child(2n), .issue.active,
.select-menu-button:after, .counter, .orgs-nav .count, .filter-item:not(.selected):hover {
.counter, .orgs-nav .count, .filter-item:not(.selected):hover {
background-color: #444 !important;
}
/* === #555 === */
Expand Down

0 comments on commit 5f54df3

Please sign in to comment.