File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
utils/editors/html-editor/html/output-html/v2.0 Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1414
1515 .radio
1616 {border : 1px solid lightgray;padding : 2px 10px ;border-radius : 5px ;cursor : pointer;display : flex;align-items : center}
17+ # isolate
18+ {margin-right : 20px }
1719 # allow-scripts
1820 {color : gray}
19- # console-clear
20- {margin-right : 20px }
2121
2222 # hldr
2323 {flex : 1 ;box-sizing : border-box;position : relative}
3232 </ style >
3333
3434 < div id =hdr >
35+ < span id =isolate class =radio >
36+ < input type =checkbox checked >
37+ isolate
38+ </ span >
39+
3540 < span id =allow-scripts class =radio >
3641 < input type =checkbox checked disabled >
3742 allow-scripts
4449 < input type =checkbox checked >
4550 allow-popups
4651 </ span >
47- < span id =isolate class =radio >
48- < input type =checkbox checked >
49- isolate
50- </ span >
5152
5253 < div style ='flex:1 '> </ div >
5354
You can’t perform that action at this time.
0 commit comments