UNPKG

prosekit

Version:

ProseKit: A toolkit for building rich text editors.

16 lines (14 loc) 462 B
/* ../extensions/src/search/style.css */ .ProseMirror-search-match { border-radius: 2px; background-color: #ffff0054; box-shadow: 0 0 0 2px #ffff0054; } .ProseMirror.ProseMirror-focused .ProseMirror-active-search-match::selection, .ProseMirror:not(.ProseMirror-focused) .ProseMirror-active-search-match { border-radius: 2px; background-color: #ff6a0054; box-shadow: 0 0 0 2px #ff6a0054; scroll-margin: 8px; } /* src/extensions/search/style.css */