diff options
author | 2021-09-02 02:49:08 +0700 | |
---|---|---|
committer | 2021-09-02 02:49:08 +0700 | |
commit | 5bccdd68c84b95b040fb1e3a3c2f1e2f5a3f1e60 (patch) | |
tree | cd81418b97d4d25a6d3a9e0e70900138344728d9 /source/refined-github.ts | |
parent | 118a2b0076983e0320406d80d2a0169440984500 (diff) | |
download | refined-github-5bccdd68c84b95b040fb1e3a3c2f1e2f5a3f1e60.tar.gz refined-github-5bccdd68c84b95b040fb1e3a3c2f1e2f5a3f1e60.tar.zst refined-github-5bccdd68c84b95b040fb1e3a3c2f1e2f5a3f1e60.zip |
Restore `emphasize-draft-pr-label` feature (#4728)21.9.3
Diffstat (limited to 'source/refined-github.ts')
-rw-r--r-- | source/refined-github.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts index 12e50fc5..56123e10 100644 --- a/source/refined-github.ts +++ b/source/refined-github.ts @@ -16,6 +16,7 @@ import './features/sticky-conversation-list-toolbar.css'; import './features/always-show-branch-delete-buttons.css'; import './features/easier-pr-sha-copy.css'; import './features/repo-stats-spacing.css'; +import './features/emphasize-draft-pr-label.css'; import './features/clean-notifications.css'; import './features/fix-first-tab-length.css'; import './features/align-repository-header.css'; |