Skip to content

Commit f54e435

Browse files
committed
Only display inline run button on mobile
1 parent a71a822 commit f54e435

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

notebook/static/notebook/less/codecell.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ div.code_cell div.input_prompt {
4242
min-width: 11ex;
4343
}
4444

45-
div.code_cell:hover div.input .run_this_cell {
46-
visibility: visible;
47-
}
48-
4945
@media (-moz-touch-enabled: 1), (any-pointer: coarse) {
5046
.run_this_cell {
5147
visibility: visible;

0 commit comments

Comments
 (0)