0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/discourse-adplugin/spec/system/page_objects
Martin Brennan 2ff2389812
UX: Use d-table classes instead of legacy d-admin-table (#38048)
In https://github.com/discourse/discourse/pull/33531 we
introduced the d-table class as a generic alternative to
d-admin-table, meant to replace it. However we didn't
update
https://meta.discourse.org/t/creating-consistent-admin-interfaces/326780
properly, nor did we update all places in the code that used
the old CSS classes, so over time we've ended up with a mix of both.

This commit updates all admin tables to use the new d-table classes, and
removes the old d-admin-table classes, updating templates, CSS, and
system specs as necessary.

We will remove the admin_table.scss file in a followup PR, since
other plugins may be using these classes.
2026-02-26 09:37:56 +10:00
..
pages