Skip to content

Commit 284c8b7

Browse files
committed
Mini Fix
Adding `cursor: pointer;` to `#conversation-settings-button`.
1 parent 26da12a commit 284c8b7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

resources/css/humhub.mail.css

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
#conversation-settings-button {
145145
padding: 6px;
146146
font-size: 12px;
147+
cursor: pointer;
147148
}
148149
#mail-filter-root {
149150
margin-top: 5px;

resources/css/humhub.mail.less

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
#conversation-settings-button {
213213
padding: 6px;
214214
font-size: 12px;
215+
cursor: pointer;
215216
}
216217

217218
#mail-filter-root {

resources/css/humhub.mail.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)