1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Added comment reply and delete confirmation.

Also fixed local_id bug
Added component helpers
Added global scroll & Highlight helpers
This commit is contained in:
Dan Brown
2017-09-09 15:56:24 +01:00
parent fea5630ea4
commit 41f56e659d
15 changed files with 158 additions and 69 deletions

View File

@@ -91,6 +91,6 @@
animation-timing-function: cubic-bezier(.62, .28, .23, .99);
}
.anim.selectFade {
.selectFade {
transition: background-color ease-in-out 3000ms;
}