Skip to content

Commit b4b5785

Browse files
authored
chore: remove selectable class
1 parent 947498c commit b4b5785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/notification/notification_div.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{{.locale.Tr "notification.no_read"}}
3030
{{end}}
3131
{{else}}
32-
<table class="ui unstackable striped very compact small selectable table" id="notification_table">
32+
<table class="ui unstackable striped very compact small table" id="notification_table">
3333
<tbody>
3434
{{range $notification := .Notifications}}
3535
{{$issue := .Issue}}

0 commit comments

Comments
 (0)