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:
@ -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
|
||||
|
Reference in New Issue
Block a user