Active
Project:
Drupal LMS
Version:
1.1.18
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2026 at 16:13 UTC
Updated:
6 Jun 2026 at 16:13 UTC
Jump to comment: Most recent
Having created a sample Course as part of early testing, I see that the Finish course action button is neatly style using the Bootstrap staples, btn, btn-primary, and btn-small - all good.
No so for the Revisit action button though...

I like to promote the idea that all actions button be styled with the btn flavoured classes and that, in the case of the Revisit button...
<div class="lms-start-link">
<a href="/course/6/start" class="start-link start-link--revisit" aria-label="Revisit Example LMS Course">Revisit</a>
</div>
...the additional start-link start-link--revisit classes be added instead to the wrapping <div> rather than the anchor itself.
| Comment | File | Size | Author |
|---|---|---|---|
| inconsistent_button_theming_classes.png | 40.38 KB | sirclickalot |
Comments