Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.8
-
Fix Version/s: 3.8
-
Component/s: HTML and CSS
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_38_STABLE
-
Fixed Branches:MOODLE_38_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-66874-master -
Pull Master Diff URL:
Description
The button type master checkbox-toggleall element always have the "btn btn-secondary" classes. So it cannot be styled properly as btn-link or any other standard BS4 button.
It might make sense to use the default "btn-secondary" class only if the "classes" attribute is not set.