Merge branch '17295_discussion_note' into 'master'
Fixes missing avatar on system notes Closes #17295 ![Screen_Shot_2016-06-27_at_12.50.50_PM](/uploads/b142226e608ccfe751a9b6059f57c9ec/Screen_Shot_2016-06-27_at_12.50.50_PM.jpg) See merge request !4954
This commit is contained in:
commit
9e8fdead17
2 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,7 @@ v 8.9.3 (unreleased)
|
|||
- Decreased min width of screen to 1280px for pinned sidebar
|
||||
- Fix encrypted data backwards compatibility after upgrading attr_encrypted gem
|
||||
- Update mobile button icons to be more inline with typical UI paradigms
|
||||
- Fixes missing avatar on system notes. !4954
|
||||
|
||||
v 8.9.2
|
||||
- Fix visibility of snippets when searching.
|
||||
|
|
|
@ -41,6 +41,10 @@ ul.notes {
|
|||
.timeline-icon {
|
||||
.avatar {
|
||||
visibility: hidden;
|
||||
|
||||
.discussion-body & {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue