summaryrefslogtreecommitdiffstats
path: root/web_src/css/review.css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/css/review.css')
-rw-r--r--web_src/css/review.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/web_src/css/review.css b/web_src/css/review.css
index b58cc5a196..42267b4d2a 100644
--- a/web_src/css/review.css
+++ b/web_src/css/review.css
@@ -214,6 +214,10 @@ a.blob-excerpt:hover {
color: var(--color-primary-contrast);
}
+.review-box-panel .ui.segment {
+ border: none;
+}
+
/* See the comment of createCommentEasyMDE() for the review editor */
/* EasyMDE's options can not handle minHeight & maxHeight together correctly, we have to set minHeight in JS code */
.review-box-panel .CodeMirror-scroll {
@@ -249,14 +253,6 @@ a.blob-excerpt:hover {
position: relative;
}
-.review-box-panel {
- position: absolute;
- min-width: max-content;
- top: 45px;
- right: -5px;
- z-index: 2;
-}
-
#review-box .review-comments-counter {
background-color: var(--color-primary-light-4);
color: var(--color-primary-contrast);