summaryrefslogtreecommitdiff
path: root/source/features
diff options
context:
space:
mode:
Diffstat (limited to 'source/features')
-rw-r--r--source/features/hide-watch-and-fork-count.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/hide-watch-and-fork-count.css b/source/features/hide-watch-and-fork-count.css
index a01d2084..9a9cd032 100644
--- a/source/features/hide-watch-and-fork-count.css
+++ b/source/features/hide-watch-and-fork-count.css
@@ -11,8 +11,8 @@
}
/* Bring the counts above the lightbox, to make them clickable */
-.social-count[href$='/network/members'],
-.social-count[href$='/watchers'] {
+.rgh-hide-watch-and-fork-count details[open] + .social-count[href$='/network/members'],
+.rgh-hide-watch-and-fork-count details[open] + .social-count[href$='/watchers'] {
position: relative;
z-index: 100;
}