Skip to content

Commit

Permalink
Don't override global styles (#396)
Browse files Browse the repository at this point in the history
yurabakhtin authored Jun 25, 2024
1 parent 91a32bf commit d7b96ca
Showing 4 changed files with 2 additions and 11 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ Changelog
----------------------
- Enh #382: Implement provider for meta searching
- Fix #389: Fix notification about participant joining
- Fix #396: Don't override global styles

3.2.1 (April 15, 2024)
----------------------
3 changes: 0 additions & 3 deletions resources/css/humhub.mail.css
Original file line number Diff line number Diff line change
@@ -15,9 +15,6 @@
.modal-body #createmessage-message .ProseMirror {
min-height: 100px !important;
}
.media-list li.new {
background-color: #e9f9ff;
}
#mail-conversation-create-button .fa,
#create-message-button .fa {
margin: 0;
7 changes: 0 additions & 7 deletions resources/css/humhub.mail.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@bgColorDefault: var(--background-color-secondary);
@bgColorNew: #e9f9ff;
@colorUnread: var(--info);

@radius: 10px;
@@ -47,12 +46,6 @@
}
}

.media-list {
li.new {
background-color: @bgColorNew;
}
}

#mail-conversation-create-button, #create-message-button {
.fa {
margin: 0;
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 d7b96ca

Please sign in to comment.