the icon is missing for documents in "active in this group" view and similar views.

Adding this into global.styles.css does it.

.row-type-document:before {
  background: url('../images/icons-s0eb3728c55.png') 0 -1227px no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

Now that I have the icon there, I also notice #2018471: Documents quicktab icon a shade darker than other pills icons

Comments

WebSinPat’s picture

Issue summary: View changes

adding the solution for 'recent content' as well.

WebSinPat’s picture

Issue summary: View changes

sorry, ignore my last update. I was looking at some old version of the css.

Zarabadoo’s picture

Status: Active » Postponed (maintainer needs more info)

I am not seeing where this icon is missing in the current dev build. is this still an issue for you, WebSinPat?