mirror of
https://github.com/discourse/discourse.git
synced 2025-01-21 22:05:14 +08:00
683032fcce
Currently, the UI section that contains the title+category+tags of a topic list item (the mobile version) has only one and very generic CSS class, `.right`. Plugins and themes that need to target this section for styling would have to use awkward/very specific CSS selectors in order to avoid incorrectly styling other elements that happen to have the same generic CSS class. This commit adds an additional class `.topic-item-metadata` to the section to allow easier and more maintainable styling for it. See https://github.com/discourse/discourse-clickable-topic/pull/4 for a theme that will benefit from this change. |
||
---|---|---|
.. | ||
images | ||
javascripts | ||
stylesheets |