Skip to content

Commit

Permalink
Mini Fix (#434)
Browse files Browse the repository at this point in the history
* Mini Fix

Adding `cursor: pointer;` to `#conversation-settings-button`.

* Add CL

Add CL
  • Loading branch information
mbumpalumpa authored Dec 31, 2024
1 parent 26da12a commit c70b399
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Changelog
- Fix #423: Fix rendering of attached files on new reply by PushService
- Enh #424: Allow sending a message with attached files only, such as an image
- Enh #426: Reduce translation message categories
- Fix #428: Fixed observer missing parameter
- Fix #428: Fixed observer missing parameter
- Fix #434: Add `cursor: pointer;` to `#conversation-settings-button`

3.2.2 (July 9, 2024)
--------------------
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"resources/screen2.PNG",
"resources/screen3.PNG"
]
}
}
1 change: 1 addition & 0 deletions resources/css/humhub.mail.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
#conversation-settings-button {
padding: 6px;
font-size: 12px;
cursor: pointer;
}
#mail-filter-root {
margin-top: 5px;
Expand Down
1 change: 1 addition & 0 deletions resources/css/humhub.mail.less
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
#conversation-settings-button {
padding: 6px;
font-size: 12px;
cursor: pointer;
}

#mail-filter-root {
Expand Down
2 changes: 1 addition & 1 deletion resources/css/humhub.mail.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c70b399

Please sign in to comment.