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

@ -284,11 +284,6 @@ module.exports = {
}) })
// Ruslan: Custom sorting for "Tree Navigation" for folder "Users" // 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 emojiRegex = /^[\u{1F300}-\u{1F6FF}\u{1F900}-\u{1F9FF}\u{2600}-\u{26FF}\u{2700}-\u{27BF}]/u
const russianRegex = /[\u0400-\u04FF]/ const russianRegex = /[\u0400-\u04FF]/

Loading…
Cancel
Save