fix search-target-editor style

This commit is contained in:
tophf 2020-12-08 23:01:46 +03:00
parent 26a539bd62
commit 75cf46aaa7

View File

@ -183,7 +183,8 @@
/*********** CM search highlight restyling, which shouldn't need color variables ****************/
body.find-open .search-target-editor {
outline-color: darkorange !important;
box-shadow: 0 0 0 1px hsl(33, 100%, 50%), 0 0 3px hsla(33, 100%, 50%, .4);
/* same as our global.css focus rule */
}
body.find-open .cm-searching {