/* Expand issue search field width */ .subnav, .subnav-search, .subnav-search-input, .subnav [role='search'], .page-content .subnav > .float-right { /* Global search field container */ flex-grow: 1; display: flex; font: none !important; } /* Move `New issue` button back to the right */ .subnav .float-right { order: 100; margin-left: 20px; } /* Take full available width for extra buttons on Releases page. It excludes anchor tags which are `New Issue` and `New Pull Request` on issues and pull-requests tab respectively. */ .subnav > :first-child:not(a) { flex-grow: 1; } /* Reset width of search field in global lists */ .page-content .subnav-search-input-wide { width: auto; } /* Hide `Filters` text in repo lists */ .subnav-search-context summary { display: flex; width: 2.4em; text-indent: -10000px; } /* Hide `Filters` text in repo lists: center dropdown triangle */ .subnav-search-context summary::after { float: right; margin-top: 0.6em; transform: scale(1.2); } /* Hide icons in `Labels`/`Milestones` buttons */ .subnav-item svg { display: none; }