File tree 3 files changed +6
-7
lines changed 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 9
9
<form class="ui form" action="{{.Link}}/reviews/submit" method="post">
10
10
{{.CsrfTokenHtml}}
11
11
<input type="hidden" name="commit_id" value="{{.AfterCommitID}}">
12
- <div class="header gt-df gt-ac gt-pb-3 ">
12
+ <div class="field gt-df gt-ac">
13
13
<div class="gt-f1">{{$.locale.Tr "repo.diff.review.header"}}</div>
14
- <a class="muted close gt-px-3 ">{{svg "octicon-x" 16}}</a>
14
+ <a class="muted close">{{svg "octicon-x" 16}}</a>
15
15
</div>
16
- <div class="ui field">
16
+ <div class="field">
17
17
{{template "shared/combomarkdowneditor" (dict
18
18
"locale" $.locale
19
+ "MarkdownPreviewUrl" (print .Repository.Link "/markup")
20
+ "MarkdownPreviewContext" .RepoLink
19
21
"TextareaName" "content"
20
22
"TextareaPlaceholder" ($.locale.Tr "repo.diff.review.placeholder")
21
23
"DropzoneParentContainer" "form"
Original file line number Diff line number Diff line change 4
4
5
5
.code-line-menu {
6
6
width : auto !important ;
7
+ border : none !important ; /* the border is provided by tippy, not using the `.ui.menu` border */
7
8
}
8
9
9
10
.code-line-button {
Original file line number Diff line number Diff line change 29
29
color : var (--color-tooltip-text );
30
30
}
31
31
32
- .tippy-box [data-theme = "menu" ] .ui .menu {
33
- border : none;
34
- }
35
-
36
32
.tippy-content {
37
33
position : relative;
38
34
padding : 1rem ;
You can’t perform that action at this time.
0 commit comments