From ce1d0ff41aae89e55bc21d331583100838790084 Mon Sep 17 00:00:00 2001 From: fregante Date: Sun, 27 Oct 2024 13:19:12 +0700 Subject: [PATCH] Delete style/23.6.17.css --- style/23.6.17.css | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 style/23.6.17.css 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; - }