diff --git a/style/23.11.3.css b/style/23.11.3.css deleted file mode 100644 index eb1583e..0000000 --- a/style/23.11.3.css +++ /dev/null @@ -1,5 +0,0 @@ -/* https://github.com/refined-github/refined-github/issues/7020 */ -[for="pull_request_body"] + .flash.mx-2.p-2{ - margin-bottom: 10px; - margin-inline: 0 !important; -} diff --git a/style/23.12.1.css b/style/23.12.1.css deleted file mode 100644 index 7b0acf3..0000000 --- a/style/23.12.1.css +++ /dev/null @@ -1,4 +0,0 @@ -/* Restore `table-input` https://github.com/refined-github/refined-github/issues/7203 */ -[data-targets="action-bar.items"] + .hx_rsm { - float: left; -} diff --git a/style/23.12.17.css b/style/23.12.17.css deleted file mode 100644 index 7b0acf3..0000000 --- a/style/23.12.17.css +++ /dev/null @@ -1,4 +0,0 @@ -/* Restore `table-input` https://github.com/refined-github/refined-github/issues/7203 */ -[data-targets="action-bar.items"] + .hx_rsm { - float: left; -} diff --git a/style/23.4.10.css b/style/23.4.10.css deleted file mode 100644 index 8b13789..0000000 --- a/style/23.4.10.css +++ /dev/null @@ -1 +0,0 @@ - diff --git a/style/23.4.15.css b/style/23.4.15.css deleted file mode 100644 index 91cb053..0000000 --- a/style/23.4.15.css +++ /dev/null @@ -1,10 +0,0 @@ -/* `pr-approvals-count` Safari 16.4 color bug */ -.js-issue-row .color-fg-muted [href$='#partial-pull-merging'][aria-label*='approval'] { - font-size: 0.6px; - color: transparent !important; -} - -/* Disable `ci-link` on new UI https://github.com/refined-github/refined-github/pull/6583 */ -.avatar ~ .rgh-ci-link { - display: none; -} diff --git a/style/23.4.26.css b/style/23.4.26.css deleted file mode 100644 index 8b13789..0000000 --- a/style/23.4.26.css +++ /dev/null @@ -1 +0,0 @@ - diff --git a/style/23.5.10.css b/style/23.5.10.css deleted file mode 100644 index 3c5306d..0000000 --- a/style/23.5.10.css +++ /dev/null @@ -1,10 +0,0 @@ -/* `pr-approvals-count` Safari 16.4 color bug */ -.js-issue-row .color-fg-muted [href$='#partial-pull-merging'][aria-label*='approval'] { - font-size: 0.6px; - color: transparent !important; -} - -/* `conversation-activity-filter` https://github.com/refined-github/refined-github/issues/6437#issuecomment-1540526012 */ -#rgh-conversation-activity-filter-select-menu:not(.js-issues-results details){ - display: none !important; -} diff --git a/style/23.5.20.css b/style/23.5.20.css deleted file mode 100644 index f7c43df..0000000 --- a/style/23.5.20.css +++ /dev/null @@ -1,4 +0,0 @@ -/* `conversation-activity-filter` https://github.com/refined-github/refined-github/issues/6437#issuecomment-1540526012 */ -#rgh-conversation-activity-filter-select-menu:not(.js-issues-results details){ - display: none !important; -} diff --git a/style/23.6.17.css b/style/23.6.17.css deleted file mode 100644 index 069e8fe..0000000 --- a/style/23.6.17.css +++ /dev/null @@ -1,18 +0,0 @@ -/* https://github.com/refined-github/refined-github/pull/6783 */ -.js-check-all-container .js-bulk-action-toasts ~ div .Box-header { - flex-wrap: wrap; - height: auto !important; /* Unset the default height to allow wrapping */ - min-height: 52px; /* Re-set the default height as a minimum height */ - } - - -/* https://github.com/refined-github/refined-github/pull/6781 */ - .rgh-sticky-sidebar-enabled [id^='my-forks-menu'] { - z-index: initial !important; /* This affects the social buttons. It seems to have no effect but it constantly causes trouble with other features. */ - } - - /* https://github.com/refined-github/refined-github/pull/6779 */ - .rgh-no-navigation-highlight .notifications-list-item:hover { - background: none !important; - box-shadow: none !important; - } diff --git a/style/23.7.8.css b/style/23.7.8.css deleted file mode 100644 index e7bae28..0000000 --- a/style/23.7.8.css +++ /dev/null @@ -1,17 +0,0 @@ -/* https://github.com/refined-github/refined-github/pull/6783 */ -.js-check-all-container .js-bulk-action-toasts ~ div .Box-header { - flex-wrap: wrap; - height: auto !important; /* Unset the default height to allow wrapping */ - min-height: 52px; /* Re-set the default height as a minimum height */ - } - -/* https://github.com/refined-github/refined-github/pull/6781 */ - .rgh-sticky-sidebar-enabled [id^='my-forks-menu'] { - z-index: initial !important; /* This affects the social buttons. It seems to have no effect but it constantly causes trouble with other features. */ - } - - /* https://github.com/refined-github/refined-github/pull/6779 */ - .rgh-no-navigation-highlight .notifications-list-item:hover { - background: none !important; - box-shadow: none !important; - } diff --git a/style/23.8.24.css b/style/23.8.24.css deleted file mode 100644 index fee8262..0000000 --- a/style/23.8.24.css +++ /dev/null @@ -1,6 +0,0 @@ -/* Broken feature in Firefox https://github.com/refined-github/refined-github/issues/6834 */ -@-moz-document url-prefix() { - .rgh-sticky-sidebar { - position: static !important; - } -}