mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Remove soft selected right border background-leaking
This commit is contained in:
parent
b2d9faaa9b
commit
308cbb2062
@ -29,9 +29,10 @@ div.cell {
|
||||
border-left-color: @soft_select_color;
|
||||
border-left-width: @cell_border_width;
|
||||
padding-left: @cell_padding - @cell_border_width;
|
||||
border-right-color: @soft_select_color;
|
||||
border-right-width: @cell_border_width;
|
||||
background: @soft_select_color;
|
||||
|
||||
|
||||
@media print {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user