File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 14
14
</h1>
15
15
{{if and (or .HasIssuesOrPullsWritePermission .IsIssuePoster) (not .Repository.IsArchived)}}
16
16
<div class="edit-buttons">
17
- <div id="cancel-edit-title" class="ui basic secondary in-edit button" style="display: none" tabindex="0 ">{{.i18n.Tr "repo.issues.cancel"}}</div >
18
- <div id="save-edit-title" class="ui primary in-edit button" style="display: none" data-update-url="{{$.RepoLink}}/issues/{{.Issue.Index}}/title" {{if .Issue.IsPull}}data-target-update-url="{{$.RepoLink}}/pull/{{.Issue.Index}}/target_branch"{{end}} tabindex="0 ">{{.i18n.Tr "repo.issues.save"}}</div >
17
+ <button id="cancel-edit-title" class="ui basic secondary in-edit button" style="display: none" type="button ">{{.i18n.Tr "repo.issues.cancel"}}</button >
18
+ <button id="save-edit-title" class="ui primary in-edit button" style="display: none" data-update-url="{{$.RepoLink}}/issues/{{.Issue.Index}}/title" {{if .Issue.IsPull}}data-target-update-url="{{$.RepoLink}}/pull/{{.Issue.Index}}/target_branch"{{end}} type="button ">{{.i18n.Tr "repo.issues.save"}}</button >
19
19
</div>
20
20
{{end}}
21
21
</div>
Original file line number Diff line number Diff line change @@ -1816,6 +1816,13 @@ a.ui.label:hover {
1816
1816
.ui.basic.secondary.buttons .button :active ,
1817
1817
.ui.basic.secondary.button :active {
1818
1818
color : var (--color-secondary-dark-8 ) !important ;
1819
+ border-color : var (--color-secondary-dark-4 ) !important ;
1820
+ }
1821
+
1822
+ .ui.basic.secondary.button :focus ,
1823
+ .ui.basic.secondary.buttons .button :focus {
1824
+ color : var (--color-secondary-dark-8 ) !important ;
1825
+ border-color : var (--color-secondary-dark-6 ) !important ;
1819
1826
}
1820
1827
1821
1828
.ui.primary.label ,
You can’t perform that action at this time.
0 commit comments