diff options
author | 2021-09-26 13:18:04 +0800 | |
---|---|---|
committer | 2021-09-26 12:18:04 +0700 | |
commit | ee05e7e21dab125b3e4659bbcf5469efb363f471 (patch) | |
tree | f4d7d4ef17f6fe9e8cf157c8039bf49ce2bab4fe /source/features/quick-pr-diff-options.tsx | |
parent | 17d55029b7224038a2daaecf524ce5ec9f5c9ef6 (diff) | |
download | refined-github-ee05e7e21dab125b3e4659bbcf5469efb363f471.tar.gz refined-github-ee05e7e21dab125b3e4659bbcf5469efb363f471.tar.zst refined-github-ee05e7e21dab125b3e4659bbcf5469efb363f471.zip |
Improve styles of several PR features to blend in better (#4772)
Diffstat (limited to 'source/features/quick-pr-diff-options.tsx')
-rw-r--r-- | source/features/quick-pr-diff-options.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/quick-pr-diff-options.tsx b/source/features/quick-pr-diff-options.tsx index 6ac6f940..4e4e1af9 100644 --- a/source/features/quick-pr-diff-options.tsx +++ b/source/features/quick-pr-diff-options.tsx @@ -55,7 +55,7 @@ function createWhitespaceButton(): HTMLElement { const classes = pageDetect.isPR() ? 'tooltipped tooltipped-s d-none d-lg-block color-icon-secondary ' + (isHidingWhitespace ? '' : 'color-icon-info') - : 'tooltipped tooltipped-s btn btn-sm btn-outline tooltipped ' + (isHidingWhitespace ? 'bg-gray-light text-gray-light color-text-tertiary' : ''); + : 'tooltipped tooltipped-s btn btn-sm tooltipped ' + (isHidingWhitespace ? 'bg-gray-light text-gray-light color-text-tertiary' : ''); return ( <a |