File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
templates/user/notification Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 82
82
{{$.CsrfTokenHtml}}
83
83
<input type="hidden" name="notification_id" value="{{.ID}}">
84
84
<input type="hidden" name="status" value="pinned">
85
- <button class="ui mini button button-link " title='{{$.locale.Tr "notification.pin"}}'
85
+ <button class="ui mini button button-ghost " title='{{$.locale.Tr "notification.pin"}}'
86
86
data-url="{{AppSubUrl}}/notifications/status"
87
87
data-status="pinned"
88
88
data-page="{{$.Page.Paginater.Current}}"
100
100
<input type="hidden" name="notification_id" value="{{.ID}}">
101
101
<input type="hidden" name="status" value="read">
102
102
<input type="hidden" name="page" value="{{$.Page.Paginater.Current}}">
103
- <button class="ui mini button button-link " title='{{$.locale.Tr "notification.mark_as_read"}}'
103
+ <button class="ui mini button button-ghost " title='{{$.locale.Tr "notification.mark_as_read"}}'
104
104
data-url="{{AppSubUrl}}/notifications/status"
105
105
data-status="read"
106
106
data-page="{{$.Page.Paginater.Current}}"
115
115
<input type="hidden" name="notification_id" value="{{.ID}}">
116
116
<input type="hidden" name="status" value="unread">
117
117
<input type="hidden" name="page" value="{{$.Page.Paginater.Current}}">
118
- <button class="ui mini button button-link " title='{{$.locale.Tr "notification.mark_as_unread"}}'
118
+ <button class="ui mini button button-ghost " title='{{$.locale.Tr "notification.mark_as_unread"}}'
119
119
data-url="{{AppSubUrl}}/notifications/status"
120
120
data-status="unread"
121
121
data-page="{{$.Page.Paginater.Current}}"
Original file line number Diff line number Diff line change @@ -2238,13 +2238,13 @@ a.ui.active.label:hover {
2238
2238
border-left : none;
2239
2239
}
2240
2240
2241
- .ui .button .button-link {
2241
+ .ui .button .button-ghost {
2242
2242
background : transparent;
2243
2243
border : none;
2244
2244
color : inherit;
2245
2245
}
2246
2246
2247
- .ui .button .button-link : hover {
2247
+ .ui .button .button-ghost : hover {
2248
2248
color : var (--color-primary );
2249
2249
}
2250
2250
You can’t perform that action at this time.
0 commit comments