We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436968a commit 7dd92f8Copy full SHA for 7dd92f8
templates/repo/wiki/revision.tmpl
@@ -6,7 +6,7 @@
6
<div class="ui dividing header flex-text-block tw-flex-wrap tw-justify-between">
7
<div class="flex-text-block">
8
<a class="ui basic button tw-px-3" title="{{ctx.Locale.Tr "repo.wiki.back_to_wiki"}}" href="{{.RepoLink}}/wiki/{{.PageURL}}">{{svg "octicon-home"}}</a>
9
- <div class="tw-flex-1">
+ <div class="tw-flex-1 gt-ellipsis">
10
{{$title}}
11
<div class="ui sub header gt-ellipsis">
12
{{$timeSince := DateUtils.TimeSince .Author.When}}
web_src/css/modules/tippy.css
@@ -92,6 +92,10 @@
92
}
93
94
.tippy-box[data-theme="menu"] .item:focus {
95
+ background: var(--color-hover);
96
+}
97
+
98
+.tippy-box[data-theme="menu"] .item.active {
99
background: var(--color-active);
100
101
0 commit comments