Updated Djblets' ListItemView to use the correct CSS class
Review Request #11178 — Created Sept. 18, 2020 and submitted — Latest diff uploaded
Updated Djblets'
ListItemView
to use the correct CSS class. More
specificallyListItemView
was usingdjblets-c-config-forms-list-item
instead ofdjblets-c-config-forms-list__item
.
I did not run any automated tests, instead I verified that the
change was successful by accessing fields whereListItemView
was
being used. I manually verified that the correct CSS class was
being used with Google Chrome Developer Tools. Examples of
this were in Review Board's user preferences page, in sections
such as "Groups" or "Authentication > API Tokens".