Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit 4bb6fde

Browse files
committed
Support repo dropdown filter menu
1 parent 8a6563f commit 4bb6fde

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

github-dark.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,46 @@ table.files td.icon {
636636
}
637637

638638

639+
/* Dropdown Menu */
640+
641+
.select-menu-modal {
642+
border-color: #304251;
643+
box-shadow: none;
644+
}
645+
646+
.select-menu-header {
647+
background: #243447;
648+
border-color: #304251;
649+
}
650+
651+
.select-menu-header .select-menu-title {
652+
color: #9e9e9e;
653+
text-shadow: none;
654+
}
655+
656+
.select-menu-header {
657+
background: #243447;
658+
border-bottom: 1px solid #304251;
659+
}
660+
661+
.select-menu-item {
662+
background-color: #1a2632;
663+
border-color: #304251;
664+
}
665+
666+
.select-menu-filters {
667+
background-color: #1a2632;
668+
}
669+
670+
.select-menu-text-filter:first-child:last-child {
671+
border-color: #304251;
672+
}
673+
674+
.select-menu-text-filter input {
675+
border-color: #304251;
676+
}
677+
678+
639679
/* Repo | Pull Request Tab */
640680

641681
.border-left,

0 commit comments

Comments
 (0)