mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a7347f0cae
commit
fb5dd628de
@ -211,6 +211,15 @@ editor .outline .block:focus {
|
||||
justify-content: right;
|
||||
left: calc(-1 * var(--size));
|
||||
}
|
||||
/* left indicator bullet */
|
||||
/* XXX not sure about this yet... */
|
||||
.editor .outline .block>.view:before {
|
||||
content: "●";
|
||||
color: rgba(0,0,0,0.07);
|
||||
}
|
||||
.editor .outline .block>.view:empty:before {
|
||||
content: "";
|
||||
}
|
||||
/* right indicator (collapse/expand) */
|
||||
.editor .outline .block>.view:after {
|
||||
color: silver;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user