Skip to content

iesg/agenda/documents no longer colors rows when logged in as an AD with a position #6184

Description

@rjsparks

These styles aren't being honored?

tr.position-moretime-row,
tr.position-notready-row,
tr.position-discuss-row,
tr.position-block-row {
background-color: tint-color($color-discuss, 85%);
}
tr.position-yes-row {
background-color: tint-color($color-yes, 75%);
}
tr.position-noobj-row {
background-color: tint-color($color-noobj, 50%);
}
tr.position-abstain-row {
background-color: tint-color($color-abstain, 85%);
}
tr.position-recuse-row {
background-color: tint-color($color-recuse, 85%);
}

They look like they are set at
<tr {% if color_ad_position %}{% with doc|ballotposition:user as pos %}{% if pos %}class="position-{{ pos.slug }}-row"{% endif %}{% endwith %}{% endif %}>

But the rows are not getting the desaturated background color...

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions