Skip to content

Instantly share code, notes, and snippets.

@davidlwatsonjr
Last active August 29, 2015 14:23
Show Gist options
  • Save davidlwatsonjr/b05918b9a0fc6318a463 to your computer and use it in GitHub Desktop.
Save davidlwatsonjr/b05918b9a0fc6318a463 to your computer and use it in GitHub Desktop.
GitHub CSS
/**
* This section makes it much easier to switch branches/forks when creating a pull request.
* Instead of hiding the dropdowns after each selection, they're left visible, ready to be changed at a moment's notice.
* I use StyleBot to persist these styles (https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en)
*/
.range-editor .range .cross-repo-text {
display: none;
}
.range-editor .range .select-menu.fork-suggester {
display: inline-block;
}
.range-editor.for-collapsed {
display: none;
}
.range-editor.for-expanded {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment