Fix PR screen in github (#17)

* Fix PRs in github

* Fix PR links in github

* Fix "more repositories" button on github

* Fix branch and pull request quirks

* Fix a couple issues in github stylesheet

* Make PR icon white against green
pull/21/head
Jay Kamat 7 years ago committed by alphapapa
parent 8a4ba51dbc
commit c0702b64c6

@ -98,9 +98,7 @@ pre {
.news .alert .pull-info {
background-color: #083c4a !important;
}
a.link-gray-dark {
color: #839496 !important;
}
.link-gray-dark,
.text-gray-dark {
color: #839496 !important;
}
@ -338,6 +336,10 @@ a.filter-item:hover,
background-color: #094352 !important;
color: #93a1a1 !important;
}
.more-repos {
background-color: #094352 !important;
box-shadow: inset 0 1px 0 #586e75 !important;
}
.boxed-group-inner {
background-color: #002b36 !important;
}
@ -357,10 +359,34 @@ a.filter-item:hover,
background-color: #b58900 !important;
color: #fff !important;
}
.branch-infobar {
.text-shadow-light,
.branch-group-name,
.branch-summary {
color: #839496 !important;
text-shadow: none !important;
}
.branch-a-b-count .meter {
background-color: #b58900 !important;
}
.more-branches,
.branch-group-heading,
.branch-infobar,
.branch-name {
border-color: #586e75 !important;
background-color: #073642 !important;
}
.State,
.State:visited {
color: #fff !important;
}
.State--red {
background-color: #dc322f !important;
color: #002b36 !important;
}
.State--green {
background-color: #859900 !important;
color: #002b36 !important;
}
.build-status-item {
background-color: #094352 !important;
color: #93a1a1 !important;
@ -643,13 +669,18 @@ a.label {
.octicon-repo.type-icon-state-open {
color: rgba(205,212,0,0.65) !important;
}
.octicon-alert,
.octicon-check {
.octicon-alert {
color: #fff !important;
}
.octicon-x {
color: #dc322f !important;
}
.octicon-check {
color: #859900 !important;
}
.octicon-primitive-dot {
color: #b58900 !important;
}
.octicon-clippy {
color: #93a1a1 !important;
}
@ -700,12 +731,16 @@ a.label {
background-color: #586e75 !important;
color: #002b36 !important;
}
.empty-cell,
.diffbar {
background-color: #002b36 !important;
}
.merge-status-item {
background-color: #094352 !important;
}
.merge-message {
background-color: #083c4a !important;
}
.pr-toolbar {
background-color: #002b36 !important;
}
@ -715,6 +750,9 @@ a.label {
.review-thread-reply .inline-comment-form {
background-color: #002b36 !important;
}
.octicon-git-merge {
color: #fff !important;
}
#readme .plain {
background-color: #002b36 !important;
}
@ -742,6 +780,18 @@ a.label {
.markdown-body table * img {
background-color: #002b36 !important;
}
.range-editor {
background-color: #073642 !important;
}
.compare-pr-placeholder {
background-color: #083c4a !important;
}
ul.comparison-list > li.title {
background-color: #094352 !important;
}
ul.comparison-list {
background-color: #083c4a !important;
}
.repository-description {
color: #839496 !important;
}

@ -98,9 +98,7 @@ pre {
.news .alert .pull-info {
background-color: #ebe4cf !important;
}
a.link-gray-dark {
color: #657b83 !important;
}
.link-gray-dark,
.text-gray-dark {
color: #657b83 !important;
}
@ -338,6 +336,10 @@ a.filter-item:hover,
background-color: #e9e1c8 !important;
color: #586e75 !important;
}
.more-repos {
background-color: #e9e1c8 !important;
box-shadow: inset 0 1px 0 #93a1a1 !important;
}
.boxed-group-inner {
background-color: #fdf6e3 !important;
}
@ -357,10 +359,34 @@ a.filter-item:hover,
background-color: #b58900 !important;
color: #fff !important;
}
.branch-infobar {
.text-shadow-light,
.branch-group-name,
.branch-summary {
color: #657b83 !important;
text-shadow: none !important;
}
.branch-a-b-count .meter {
background-color: #b58900 !important;
}
.more-branches,
.branch-group-heading,
.branch-infobar,
.branch-name {
border-color: #93a1a1 !important;
background-color: #eee8d5 !important;
}
.State,
.State:visited {
color: #fff !important;
}
.State--red {
background-color: #dc322f !important;
color: #fdf6e3 !important;
}
.State--green {
background-color: #859900 !important;
color: #fdf6e3 !important;
}
.build-status-item {
background-color: #e9e1c8 !important;
color: #586e75 !important;
@ -643,13 +669,18 @@ a.label {
.octicon-repo.type-icon-state-open {
color: rgba(68,103,0,0.65) !important;
}
.octicon-alert,
.octicon-check {
.octicon-alert {
color: #fff !important;
}
.octicon-x {
color: #dc322f !important;
}
.octicon-check {
color: #859900 !important;
}
.octicon-primitive-dot {
color: #b58900 !important;
}
.octicon-clippy {
color: #586e75 !important;
}
@ -700,12 +731,16 @@ a.label {
background-color: #93a1a1 !important;
color: #fdf6e3 !important;
}
.empty-cell,
.diffbar {
background-color: #fdf6e3 !important;
}
.merge-status-item {
background-color: #e9e1c8 !important;
}
.merge-message {
background-color: #ebe4cf !important;
}
.pr-toolbar {
background-color: #fdf6e3 !important;
}
@ -715,6 +750,9 @@ a.label {
.review-thread-reply .inline-comment-form {
background-color: #fdf6e3 !important;
}
.octicon-git-merge {
color: #fff !important;
}
#readme .plain {
background-color: #fdf6e3 !important;
}
@ -742,6 +780,18 @@ a.label {
.markdown-body table * img {
background-color: #fdf6e3 !important;
}
.range-editor {
background-color: #eee8d5 !important;
}
.compare-pr-placeholder {
background-color: #ebe4cf !important;
}
ul.comparison-list > li.title {
background-color: #e9e1c8 !important;
}
ul.comparison-list {
background-color: #ebe4cf !important;
}
.repository-description {
color: #657b83 !important;
}

@ -30,9 +30,7 @@ pre {
.news .alert .pull-info {
background-color: #083c4a !important;
}
a.link-gray-dark {
color: #839496 !important;
}
.link-gray-dark,
.text-gray-dark {
color: #839496 !important;
}
@ -270,6 +268,10 @@ a.filter-item:hover,
background-color: #094352 !important;
color: #93a1a1 !important;
}
.more-repos {
background-color: #094352 !important;
box-shadow: inset 0 1px 0 #586e75 !important;
}
.boxed-group-inner {
background-color: #002b36 !important;
}
@ -289,10 +291,34 @@ a.filter-item:hover,
background-color: #b58900 !important;
color: #fff !important;
}
.branch-infobar {
.text-shadow-light,
.branch-group-name,
.branch-summary {
color: #839496 !important;
text-shadow: none !important;
}
.branch-a-b-count .meter {
background-color: #b58900 !important;
}
.more-branches,
.branch-group-heading,
.branch-infobar,
.branch-name {
border-color: #586e75 !important;
background-color: #073642 !important;
}
.State,
.State:visited {
color: #fff !important;
}
.State--red {
background-color: #dc322f !important;
color: #002b36 !important;
}
.State--green {
background-color: #859900 !important;
color: #002b36 !important;
}
.build-status-item {
background-color: #094352 !important;
color: #93a1a1 !important;
@ -575,13 +601,18 @@ a.label {
.octicon-repo.type-icon-state-open {
color: rgba(205,212,0,0.65) !important;
}
.octicon-alert,
.octicon-check {
.octicon-alert {
color: #fff !important;
}
.octicon-x {
color: #dc322f !important;
}
.octicon-check {
color: #859900 !important;
}
.octicon-primitive-dot {
color: #b58900 !important;
}
.octicon-clippy {
color: #93a1a1 !important;
}
@ -632,12 +663,16 @@ a.label {
background-color: #586e75 !important;
color: #002b36 !important;
}
.empty-cell,
.diffbar {
background-color: #002b36 !important;
}
.merge-status-item {
background-color: #094352 !important;
}
.merge-message {
background-color: #083c4a !important;
}
.pr-toolbar {
background-color: #002b36 !important;
}
@ -647,6 +682,9 @@ a.label {
.review-thread-reply .inline-comment-form {
background-color: #002b36 !important;
}
.octicon-git-merge {
color: #fff !important;
}
#readme .plain {
background-color: #002b36 !important;
}
@ -674,6 +712,18 @@ a.label {
.markdown-body table * img {
background-color: #002b36 !important;
}
.range-editor {
background-color: #073642 !important;
}
.compare-pr-placeholder {
background-color: #083c4a !important;
}
ul.comparison-list > li.title {
background-color: #094352 !important;
}
ul.comparison-list {
background-color: #083c4a !important;
}
.repository-description {
color: #839496 !important;
}

@ -30,9 +30,7 @@ pre {
.news .alert .pull-info {
background-color: #ebe4cf !important;
}
a.link-gray-dark {
color: #657b83 !important;
}
.link-gray-dark,
.text-gray-dark {
color: #657b83 !important;
}
@ -270,6 +268,10 @@ a.filter-item:hover,
background-color: #e9e1c8 !important;
color: #586e75 !important;
}
.more-repos {
background-color: #e9e1c8 !important;
box-shadow: inset 0 1px 0 #93a1a1 !important;
}
.boxed-group-inner {
background-color: #fdf6e3 !important;
}
@ -289,10 +291,34 @@ a.filter-item:hover,
background-color: #b58900 !important;
color: #fff !important;
}
.branch-infobar {
.text-shadow-light,
.branch-group-name,
.branch-summary {
color: #657b83 !important;
text-shadow: none !important;
}
.branch-a-b-count .meter {
background-color: #b58900 !important;
}
.more-branches,
.branch-group-heading,
.branch-infobar,
.branch-name {
border-color: #93a1a1 !important;
background-color: #eee8d5 !important;
}
.State,
.State:visited {
color: #fff !important;
}
.State--red {
background-color: #dc322f !important;
color: #fdf6e3 !important;
}
.State--green {
background-color: #859900 !important;
color: #fdf6e3 !important;
}
.build-status-item {
background-color: #e9e1c8 !important;
color: #586e75 !important;
@ -575,13 +601,18 @@ a.label {
.octicon-repo.type-icon-state-open {
color: rgba(68,103,0,0.65) !important;
}
.octicon-alert,
.octicon-check {
.octicon-alert {
color: #fff !important;
}
.octicon-x {
color: #dc322f !important;
}
.octicon-check {
color: #859900 !important;
}
.octicon-primitive-dot {
color: #b58900 !important;
}
.octicon-clippy {
color: #586e75 !important;
}
@ -632,12 +663,16 @@ a.label {
background-color: #93a1a1 !important;
color: #fdf6e3 !important;
}
.empty-cell,
.diffbar {
background-color: #fdf6e3 !important;
}
.merge-status-item {
background-color: #e9e1c8 !important;
}
.merge-message {
background-color: #ebe4cf !important;
}
.pr-toolbar {
background-color: #fdf6e3 !important;
}
@ -647,6 +682,9 @@ a.label {
.review-thread-reply .inline-comment-form {
background-color: #fdf6e3 !important;
}
.octicon-git-merge {
color: #fff !important;
}
#readme .plain {
background-color: #fdf6e3 !important;
}
@ -674,6 +712,18 @@ a.label {
.markdown-body table * img {
background-color: #fdf6e3 !important;
}
.range-editor {
background-color: #eee8d5 !important;
}
.compare-pr-placeholder {
background-color: #ebe4cf !important;
}
ul.comparison-list > li.title {
background-color: #e9e1c8 !important;
}
ul.comparison-list {
background-color: #ebe4cf !important;
}
.repository-description {
color: #657b83 !important;
}

@ -12,8 +12,7 @@
// ** Misc
a.link-gray-dark
color()
.link-gray-dark
.text-gray-dark
color()
@ -251,6 +250,9 @@ a.filter-item
> h3
background-color color-background-highlight-extra-less
color emphasized
.more-repos
background-color color-background-highlight-extra-less
box-shadow inset 0 1px 0 color-background-highlight-extra i
.boxed-group-inner
background-color()
@ -273,10 +275,32 @@ a.filter-item
background-color yellow i
color white i
.text-shadow-light
.branch-group-name
.branch-summary
color()
text-shadow none i
.branch-a-b-count .meter
background-color yellow
.more-branches
.branch-group-heading
.branch-infobar
.branch-name
border-color comment
background-color highlight
.State
.State:visited
color white
.State--red
background-color red
color color-background
.State--green
background-color green
color color-background
// ** build
.build-status-item
background-color color-background-highlight-extra-less
@ -583,10 +607,13 @@ a.label
color transparentify(green, color-background, 0.65)
.octicon-alert
.octicon-check
color white
.octicon-x
color red
.octicon-check
color green
.octicon-primitive-dot
color yellow
.octicon-clippy
color emphasized
@ -643,23 +670,31 @@ a.label
// ** Pull requests
.empty-cell
.diffbar
background-color()
.merge-status-item
background-color color-background-highlight-extra-less
.merge-message
background-color color-background-highlight-extra-less-less
.pr-toolbar
background-color()
// *** Code reviews
.review-thread-reply
background-color highlight
.inline-comment-form
background-color()
.octicon-git-merge
color white
// ** readmes
#readme .plain
background-color()
@ -681,6 +716,17 @@ a.label
img
background-color()
.range-editor
background-color highlight
.compare-pr-placeholder
background-color color-background-highlight-extra-less-less
ul.comparison-list > li.title
background-color color-background-highlight-extra-less
ul.comparison-list
background-color color-background-highlight-extra-less-less
// ** repository
.repository-description
color()

Loading…
Cancel
Save