File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212 <a href="{{AppSubUrl}}/notifications" class="tooltip mobile-only gt-mr-4 gt-mt-3" data-content="{{.locale.Tr "notifications"}}" aria-label="{{.locale.Tr "notifications"}}">
1313 <span class="fitted item">
1414 {{svg "octicon-bell"}}
15- <span class="notification_count{{if not $notificationUnreadCount}} hidden{{end}}">
15+ <span class="notification_count{{if not $notificationUnreadCount}} gt- hidden{{end}}">
1616 {{$notificationUnreadCount}}
1717 </span>
1818 </span>
8080 {{else if .IsSigned}}
8181 <div class="right stackable menu">
8282 {{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}}">
8484 <span class="fitted gt-relative">
8585 {{svg "octicon-stopwatch"}}
8686 <span class="header-stopwatch-dot"></span>
Original file line number Diff line number Diff line change 2222/* below class names match Tailwind CSS */
2323.gt-pointer-events-none { pointer-events : none !important ; }
2424.gt-relative { position : relative !important ; }
25+ .gt-hidden { display : none !important ; }
2526
2627.gt-mono {
2728 font-family : var (--fonts-monospace ) !important ;
You can’t perform that action at this time.
0 commit comments