You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
338 B
20 lines
338 B
.cm-hmd-list-indent .cm-tab,
|
|
ul ul {
|
|
position: relative;
|
|
}
|
|
.cm-hmd-list-indent .cm-tab::before,
|
|
ul ul::before {
|
|
content: "";
|
|
border-left: 1px solid rgba(0, 122, 255, 0.25);
|
|
position: absolute;
|
|
}
|
|
.cm-hmd-list-indent .cm-tab::before {
|
|
left: 0;
|
|
top: -5px;
|
|
bottom: -4px;
|
|
}
|
|
ul ul::before {
|
|
left: -11px;
|
|
top: 0;
|
|
bottom: 0;
|
|
} |