Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
227469d7
Unverified
Commit
227469d7
authored
Nov 12, 2018
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
https://github.com/b3log/solo/issues/12570
3
parent
48a4337d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
src/main/webapp/js/page.js
src/main/webapp/js/page.js
+2
-1
src/main/webapp/scss/_comment.scss
src/main/webapp/scss/_comment.scss
+3
-2
src/main/webapp/skins
src/main/webapp/skins
+1
-1
No files found.
src/main/webapp/js/page.js
View file @
227469d7
...
...
@@ -20,7 +20,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.4.0.
0, Nov 10, 2017
* @version 1.4.0.
1, Nov 12, 2018
*/
var
Page
=
function
(
tips
)
{
this
.
currentCommentId
=
""
;
...
...
@@ -684,6 +684,7 @@ $.extend(Page.prototype, {
$
(
"
#replyForm #submitCommentButtonReply
"
).
unbind
(
"
click
"
).
removeAttr
(
"
onclick
"
).
click
(
function
()
{
that
.
submitComment
(
id
,
'
Reply
'
);
});
$
(
'
#replyForm #cancelCommentButton
'
).
show
()
if
(
$
(
"
#commentNameReply
"
).
val
()
===
""
)
{
$
(
"
#commentNameReply
"
).
focus
();
}
else
if
(
$
(
"
#commentEmailReply
"
).
val
()
===
""
)
{
...
...
src/main/webapp/scss/_comment.scss
View file @
227469d7
...
...
@@ -8,7 +8,7 @@
* comment
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</ta>
* @version 0.
1.0.0, Sep 1
, 2018
* @version 0.
2.0.0, Nov 12
, 2018
*/
.em00
,
.em01
,
.em02
,
.em03
,
.em04
,
.em05
,
.em06
,
.em07
,
.em08
,
.em09
,
.em10
,
.em11
,
.em12
,
.em13
,
.em14
{
...
...
@@ -24,7 +24,8 @@
-moz-transition
:
all
.2s
ease-out
}
#emotions
span
:hover
{
#emotions
span
:hover
,
#emotionsReply
span
:hover
{
transform
:
scale
(
1
.2
)
rotate
(
360deg
);
-webkit-transform
:
scale
(
1
.2
)
rotate
(
360deg
);
-moz-transform
:
scale
(
1
.2
)
rotate
(
360deg
)
...
...
skins
@
7cb8d0fb
Subproject commit
f39c849ddd08200d1b99e1347814dd5f54675e28
Subproject commit
7cb8d0fbeb8ed5ac4f22c86adeb08d0c8389fc9b
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment