From 423c70940edd44affcae00ed244cd332a729ac19 Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Mon, 23 Oct 2017 01:24:22 -0400 Subject: [PATCH 1/8] Fix 'hidden' links in some PR's --- sites/github.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sites/github.styl b/sites/github.styl index 422c8b5..db9244f 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -454,6 +454,9 @@ qul.branches-list &.octicon color emphasized +.discussion-item-entity + color emphasized + .discussion-timeline:before background-color color-border From 733594dac80e90b89889aade1d5979c7cc0945fe Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Mon, 23 Oct 2017 01:37:58 -0400 Subject: [PATCH 2/8] Fix github branch popup colors --- sites/github.styl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sites/github.styl b/sites/github.styl index db9244f..808603b 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -301,6 +301,22 @@ a.filter-item background-color green color color-background +// *** branch popup +.select-menu-filters + background-color color-background-highlight-extra-less-less + color emphasized + +// branch tabs +.js-select-menu-tab + background-color color-background-highlight-extra-less + color emphasized + +// branch selected tabs +.select-menu-tabs a.selected +.select-menu-tab-nav.selected + background-color color-background-highlight-extra + color color-background + // ** build .build-status-item background-color color-background-highlight-extra-less From af44c8f2e70310dcfb7373babdb690c5316fa1b9 Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Mon, 23 Oct 2017 01:52:13 -0400 Subject: [PATCH 3/8] Fix white boxes in github diff comments --- sites/github.styl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sites/github.styl b/sites/github.styl index 808603b..0daf211 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -232,6 +232,16 @@ a.filter-item color green bold() +// + signs +.pl-mi1 + color green + background-color transparent + +// - signs +.pl-md + color red + background-color transparent + // ** .border-* .border-bottom From bcb2d450b6e9ae6a5cd9b049786523c340e4afde Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Tue, 14 Nov 2017 00:56:47 -0500 Subject: [PATCH 4/8] Fix dimmed github profile pictures --- sites/github.styl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sites/github.styl b/sites/github.styl index 0daf211..80932c5 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -167,10 +167,6 @@ a.filter-item .text-diff-deleted color red -.avatar -.timeline-comment-avatar - filter opacity(50%) - // ** Code syntax highlighting .blob-code background-color() From 48d6b26291fa9fe992b353f2fb5e8f1149d503f8 Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Tue, 14 Nov 2017 01:05:47 -0500 Subject: [PATCH 5/8] Fix color of renamed issues --- sites/github.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sites/github.styl b/sites/github.styl index 80932c5..58ebaf0 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -477,6 +477,8 @@ qul.branches-list color emphasized .discussion-item-entity +.discussion-item .renamed-was +.discussion-item .renamed-is color emphasized .discussion-timeline:before From 1aa30df9119c7143bb2d8f6ba1e4002d41638e4a Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Tue, 14 Nov 2017 01:12:46 -0500 Subject: [PATCH 6/8] Fix color of signed commit messages --- sites/github.styl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites/github.styl b/sites/github.styl index 58ebaf0..585a390 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -323,6 +323,11 @@ a.filter-item background-color color-background-highlight-extra color color-background +// *** signed commit popup + +.signed-commit-header + background-color color-background + // ** build .build-status-item background-color color-background-highlight-extra-less From 0ef1c1a65e6f7aa3450f07c60c8a4edf7c66cb81 Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Tue, 14 Nov 2017 17:27:18 -0500 Subject: [PATCH 7/8] Revert "Fix dimmed github profile pictures" This reverts commit bcb2d450b6e9ae6a5cd9b049786523c340e4afde. --- sites/github.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sites/github.styl b/sites/github.styl index 585a390..ebba045 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -167,6 +167,10 @@ a.filter-item .text-diff-deleted color red +.avatar +.timeline-comment-avatar + filter opacity(50%) + // ** Code syntax highlighting .blob-code background-color() From 9876a05c719396f5e777daa6a471d2ec00df68cf Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Tue, 14 Nov 2017 17:29:50 -0500 Subject: [PATCH 8/8] Decrease dimming to 25% rather than 50% --- sites/github.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/github.styl b/sites/github.styl index ebba045..da5f849 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -169,7 +169,7 @@ a.filter-item .avatar .timeline-comment-avatar - filter opacity(50%) + filter opacity(75%) // ** Code syntax highlighting .blob-code