File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11.page.help
22 div( data-hook ='sidebar-subview' )
33 .content.with-sidebar
4- h1( data-hook ='help-entry-title' )
4+ h1.help-entry-title ( data-hook ='help-entry-title' )
55 .help-entry ( data-hook ='help-entry-content' )
Original file line number Diff line number Diff line change @@ -62,12 +62,17 @@ html, body {
6262 }
6363}
6464
65- // disable highlighting for everything but input and document viewer
6665* {
66+ user-select : text ;
67+ -webkit-user-select : text ;
68+ }
69+ // disable highlighting for most of the schema and document viewers
70+ .schema-field-list * , .document-list * {
6771 user-select : none ;
6872 -webkit-user-select : none ;
6973}
70- input , .document-list * , .feature-content * {
74+ // re-enable field names and individual documents
75+ .schema-field-name > span , .document-property-body * {
7176 user-select : text ;
7277 -webkit-user-select : text ;
7378}
You can’t perform that action at this time.
0 commit comments