feat: Separated todo-list and list points

pull/7619/head
Ruslan Semak 8 months ago
parent 6edd006c7b
commit 28fe1eb3b8

@ -664,10 +664,12 @@
}
// Ruslan: Вот здесь посмотреть точки для Checkbox
//ul:not(.tabset-tabs):not(.contains-task-list) {
// list-style: none;
//
//}
.todo-list {
li {
list-style: none;
}
}
ol, ul:not(.tabset-tabs) {
> li {
position: relative;
@ -708,7 +710,7 @@
background-color: mc('indigo', '50');
padding: 0 5px;
color: mc('indigo', '800');
font-family: 'Roboto Mono', monospace;
font-family: 'JetBrains Mono', monospace;
font-weight: normal;
font-size: 1rem;
box-shadow: none;
@ -742,7 +744,7 @@
box-shadow: initial;
display: block;
font-size: .85rem;
font-family: 'Roboto Mono', monospace;
font-family: 'JetBrains Mono', monospace;
&:after, &:before {
content: initial;

@ -284,11 +284,6 @@ module.exports = {
})
// Ruslan: Custom sorting for "Tree Navigation" for folder "Users"
// const customSortingOrder = [
// '📁 Шаблон',
// 'Landing'
// ]
const emojiRegex = /^[\u{1F300}-\u{1F6FF}\u{1F900}-\u{1F9FF}\u{2600}-\u{26FF}\u{2700}-\u{27BF}]/u
const russianRegex = /[\u0400-\u04FF]/

Loading…
Cancel
Save