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...
These styles aren't being honored?
datatracker/ietf/static/css/ietf.scss
Lines 509 to 530 in aa955f0
They look like they are set at
datatracker/ietf/templates/doc/search/search_result_row.html
Line 9 in aa955f0
But the rows are not getting the desaturated background color...