Skip to content
Snippets Groups Projects
Commit 872853af authored by Abijeet's avatar Abijeet
Browse files

Moves the edit and delete options into a dropdown menu.


Fixes #7281

- Added a new View to render the dropdown.
- Modified the existing code.

Signed-off-by: default avatarAbijeet <abijeetpatro@gmail.com>
parent 001cd986
No related branches found
No related tags found
No related merge requests found
...@@ -49,10 +49,6 @@ ...@@ -49,10 +49,6 @@
opacity: 1; opacity: 1;
} }
#commentsTabView .newCommentForm .cancel {
margin-right: 6px;
}
#commentsTabView .newCommentForm div.message { #commentsTabView .newCommentForm div.message {
resize: none; resize: none;
} }
...@@ -182,8 +178,7 @@ ...@@ -182,8 +178,7 @@
#commentsTabView .comment .action { #commentsTabView .comment .action {
opacity: 0.3; opacity: 0.3;
padding: 14px; padding: 14px;
display: inline-block; display: block;
vertical-align: middle;
} }
#commentsTabView .comment .action:hover, #commentsTabView .comment .action:hover,
...@@ -193,9 +188,6 @@ ...@@ -193,9 +188,6 @@
#commentsTabView .newCommentRow .action-container { #commentsTabView .newCommentRow .action-container {
margin-left: auto; margin-left: auto;
/** setting minimum width so as to avoid these two buttons from appearing on top of
each other when author name is long. width = icon-width * 2 + (inline-block gap) **/
min-width: 92px;
} }
#commentsTabView .comment.disabled { #commentsTabView .comment.disabled {
...@@ -214,4 +206,4 @@ ...@@ -214,4 +206,4 @@
.app-files .action-comment { .app-files .action-comment {
padding: 16px 14px; padding: 16px 14px;
} }
\ No newline at end of file
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"commentcollection.js", "commentcollection.js",
"commentsummarymodel.js", "commentsummarymodel.js",
"commentstabview.js", "commentstabview.js",
"commentsmodifymenu.js",
"filesplugin.js", "filesplugin.js",
"activitytabviewplugin.js", "activitytabviewplugin.js",
"vendor/Caret.js/dist/jquery.caret.min.js", "vendor/Caret.js/dist/jquery.caret.min.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment