.line_numbers {
&{
flex: auto;
flex-wrap: wrap;
flex: 0 1;
marker: none;
list-style: none;
}
.line_id {
width: max-content;
border: 1px solid lightgrey;
box-shadow: 0px 0px 4px 2px lightgrey;
}
}
.line_code {
.line{
}
}
.line_numbers,.line_code{
.line{
&{
border: 1px solid transparent;
}
&.selected{
background-color: #00feffb3;
border: 1px solid lightgrey;
}
}
}
.line.selected,
.line.selected {
}