summaryrefslogtreecommitdiff
path: root/source/github-helpers/selectors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'source/github-helpers/selectors.ts')
-rw-r--r--source/github-helpers/selectors.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/github-helpers/selectors.ts b/source/github-helpers/selectors.ts
index d52bb04e..24663e43 100644
--- a/source/github-helpers/selectors.ts
+++ b/source/github-helpers/selectors.ts
@@ -15,6 +15,9 @@ export const branchSelector_ = [
'https://github.com/refined-github/sandbox/commits',
];
+export const branchSelectorParent = 'details#branch-select-menu';
+export const branchSelectorParent_ = branchSelector_;
+
export const directoryListingFileIcon = [
// .color-fg-muted selects only files; some icon extensions use `img` tags
'.react-directory-filename-column > :is(svg, img).color-fg-muted',