1
Fork 0

UI: fix block selection on code for empty line are not highlighted

This commit is contained in:
Unknwon 2016-08-30 06:03:38 -07:00
parent 16eb2eb6a3
commit 48a0b5b026
2 changed files with 11 additions and 4 deletions

View file

@ -277,8 +277,6 @@
.lines-num,
.lines-code {
padding: 0;
pre,
ol,
.hljs {
@ -286,12 +284,14 @@
margin: 0;
padding: 0 !important;
li {
padding-left: 5px;
display: inline-block;
width: 100%;
&.active {
background: #ffffdd;
}
&:before {
content: ' ';
}
}
}
}