pull/8031/merge
Nachum Barcohen 2 days ago committed by GitHub
commit 345a900d3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,5 @@
<template lang="pug">
v-app.editor(:dark='$vuetify.theme.dark')
v-app.editor(:dark='$vuetify.theme.dark', :class='$vuetify.rtl ? `is-rtl` : `is-ltr`')
nav-header(dense)
template(slot='mid')
v-text-field.editor-title-input(

@ -663,7 +663,7 @@
}
}
ul:not(.tabset-tabs):not(.contains-task-list) {
ul:not(.tabset-tabs):not(.contains-task-list):not(.todo-list) {
list-style: none;
> li::before {
position: absolute;

Loading…
Cancel
Save