File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -370,6 +370,7 @@ define([
370370 OutputArea . prototype . create_output_area = function ( ) {
371371 var oa = $ ( "<div/>" ) . addClass ( "output_area" ) ;
372372 if ( this . prompt_area ) {
373+ oa . append ( $ ( '<div/>' ) . addClass ( 'run_this_cell' ) ) ;
373374 oa . append ( $ ( '<div/>' ) . addClass ( 'prompt' ) ) ;
374375 }
375376 return oa ;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ div.code_cell div.input_prompt {
4242 min-width : 11ex ;
4343}
4444
45- div .code_cell :hover .run_this_cell {
45+ div .code_cell :hover div .input .run_this_cell {
4646 visibility : visible ;
4747}
4848
@@ -70,4 +70,3 @@ div.input_area > div.highlight > pre {
7070 padding : 0px ;
7171 background-color : transparent ;
7272}
73-
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ div.out_prompt_overlay:hover {
4141
4242div .output_prompt {
4343 color : @output_prompt_color ;
44+ min-width : 11ex ;
4445}
4546
4647/* This class is the outer container of all output sections. */
You can’t perform that action at this time.
0 commit comments