Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.5
-
Fix Version/s: 3.5
-
Component/s: Themes
-
Testing Instructions:
-
Affected Branches:MOODLE_35_STABLE
-
Fixed Branches:MOODLE_35_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-62322-master -
Pull Master Diff URL:
Description
Hi,
sorry I'm not sure if is the good place for indicate this. I don't know how propose fix with Git.
in 3.5beta+ (Build: 20180502),
in boost theme, footer.mustache have the .hidden-lg-up classe.
Boostrap 4 doc indicate the .hidden classes have been removed.
May be use .d-none classe insteed.
Also there is one .hidden-print in columns2.mustache. This classe have been renomed to .d-print-none (I think)