Update color of wall-entry-controls (links) in stream.less (#7129)

* Update color of wall-entry-controls (links) in stream.less

Changes the color of the wall-entry-controls (link / comment/like link) to a standard color -> `@text-color-soft`

* Update CHANGELOG.md

linking `wall-entry-controls`- color to `--text-color-soft`

* Update CHANGELOG.md

formatting error

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
This commit is contained in:
Leandra 2024-07-22 10:33:10 +02:00 committed by GitHub
parent 50d7dbb920
commit 1e0257b7bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ HumHub Changelog
- Fix #7100: Enable all file handlers on RichText editor toolbar - Fix #7100: Enable all file handlers on RichText editor toolbar
- Enh #7127: Prerequisites - Check that Web and Cli php version and user is the same - Enh #7127: Prerequisites - Check that Web and Cli php version and user is the same
- Enh #7128: Prerequisites - check for mixed table collations - Enh #7128: Prerequisites - check for mixed table collations
- Enh #7129: Link `wall-entry-controls`- color to `--text-color-soft`
1.16.2 (Unreleased) 1.16.2 (Unreleased)
--------------------- ---------------------

View File

@ -312,7 +312,7 @@
.wall-entry-controls a { .wall-entry-controls a {
font-size: 11px; font-size: 11px;
color: @link !important; color: @text-color-soft;
margin-top: 10px; margin-top: 10px;
margin-bottom: 0; margin-bottom: 0;
} }