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 1
1
.page.help
2
2
div( data-hook ='sidebar-subview' )
3
3
.content.with-sidebar
4
- h1( data-hook ='help-entry-title' )
4
+ h1.help-entry-title ( data-hook ='help-entry-title' )
5
5
.help-entry ( data-hook ='help-entry-content' )
Original file line number Diff line number Diff line change @@ -62,12 +62,17 @@ html, body {
62
62
}
63
63
}
64
64
65
- // disable highlighting for everything but input and document viewer
66
65
* {
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 * {
67
71
user-select : none ;
68
72
-webkit-user-select : none ;
69
73
}
70
- input , .document-list * , .feature-content * {
74
+ // re-enable field names and individual documents
75
+ .schema-field-name > span , .document-property-body * {
71
76
user-select : text ;
72
77
-webkit-user-select : text ;
73
78
}
You can’t perform that action at this time.
0 commit comments