mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
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:
parent
50d7dbb920
commit
1e0257b7bd
@ -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)
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user