Page MenuHomePhabricator

Make the generic "recentchanges-noresults" message bold
Closed, ResolvedPublic

Description

This is the generic message that happens when you'r criteria don't get any results (as opposed to any of the special-state messages). Please style it bold.

Event Timeline

Change 344022 had a related patch set uploaded (by Mooeypoo):
[mediawiki/core] RCFilters UI: Make the 'no results' message bold

https://gerrit.wikimedia.org/r/344022

Change 344022 merged by jenkins-bot:
[mediawiki/core@master] RCFilters UI: Make the 'no results' message bold

https://gerrit.wikimedia.org/r/344022

Both messages 'No changes during the given period match these criteria.' and 'No results found because the search criteria are in conflict' will be displayed bold according to the change

.mw-rcfilters-ui-changesListWrapperWidget-results-noresult, .mw-rcfilters-ui-changesListWrapperWidget-results-conflict {
    font-weight: bold;
    margin-bottom: 0.5em;
}

Screen Shot 2017-03-22 at 5.11.53 PM.png (485×1 px, 103 KB)

Screen Shot 2017-03-22 at 5.27.23 PM.png (251×1 px, 38 KB)

QA Recommendation: Resolve