Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/app-web-docs/src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@
.pointer {
cursor: pointer;
}

// Make active menu option more visible in Docusaurus
/* stylelint-disable-next-line selector-class-pattern */
.navbar__item.navbar__link--active {
box-shadow: inset 0 -3px 0 currentcolor;
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Some scope types are used internally by Cursorless, so they are not included in
access, private.fieldAccess
text fragment, textFragment
disqualify, disqualifyDelimiter
pair delimiter, pairDelimiter
core, interior
```

Expand Down
Loading