1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Adds edit icon to each header in the page.

Towards #618

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
Abijeet
2018-06-03 13:47:07 +05:30
parent 86f43c8a65
commit 134a96fa32
5 changed files with 71 additions and 1 deletions

View File

@ -66,6 +66,17 @@
}
h1, h2, h3, h4, h5, h6, pre {
clear: left;
.heading-edit-icon {
margin-left: 10px;
font-size: 0.7em;
display: none;
line-height: 1em;
.svg-icon {
bottom: 0px;
}
}
}
hr {
clear: both;
@ -89,6 +100,16 @@
del {
background: #FFECEC;
}
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
.heading-edit-icon {
display: inline;
}
}
}
// Page content pointers