File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
<a href="{{AppSubUrl}}/notifications" class="tooltip mobile-only gt-mr-4 gt-mt-3" data-content="{{.locale.Tr "notifications"}}" aria-label="{{.locale.Tr "notifications"}}">
13
13
<span class="fitted item">
14
14
{{svg "octicon-bell"}}
15
- <span class="notification_count{{if not $notificationUnreadCount}} hidden{{end}}">
15
+ <span class="notification_count{{if not $notificationUnreadCount}} gt- hidden{{end}}">
16
16
{{$notificationUnreadCount}}
17
17
</span>
18
18
</span>
80
80
{{else if .IsSigned}}
81
81
<div class="right stackable menu">
82
82
{{if EnableTimetracking}}
83
- <a class="active-stopwatch-trigger item ui gt-mx-0{{if not .ActiveStopwatch}} hidden{{end}}" href="{{.ActiveStopwatch.IssueLink}}">
83
+ <a class="active-stopwatch-trigger item ui gt-mx-0{{if not .ActiveStopwatch}} gt- hidden{{end}}" href="{{.ActiveStopwatch.IssueLink}}">
84
84
<span class="fitted gt-relative">
85
85
{{svg "octicon-stopwatch"}}
86
86
<span class="header-stopwatch-dot"></span>
Original file line number Diff line number Diff line change 22
22
/* below class names match Tailwind CSS */
23
23
.gt-pointer-events-none { pointer-events : none !important ; }
24
24
.gt-relative { position : relative !important ; }
25
+ .gt-hidden { display : none !important ; }
25
26
26
27
.gt-mono {
27
28
font-family : var (--fonts-monospace ) !important ;
You can’t perform that action at this time.
0 commit comments