Closed mona-shakiba closed 1 month ago
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
here is the css:
<div data-region="footer-container-popover"> <button class="btn btn-icon bg-secondary icon-no-margin btn-footer-popover" data-action="footer-popover" aria-label="Show footer" data-original-title="" title=""> <i class="icon fa fa-question fa-fw " aria-hidden="true"></i> </button> </div>
In boost theme, the icon is shown and the css looks like this:
<div data-region="footer-container-popover"> <button onclick="window.open('https://app.element.io/#/room/!qYtCxoiGbOZokwqtIp:matrix.example.com', '_blank', 'noreferrer')" class="btn btn-icon bg-primary text-white icon-no-margin btn-footer-communication" aria-label="Chat to course participants"> <i class="icon fa fa-comments-o fa-fw " aria-hidden="true"></i> </button> <button class="btn btn-icon bg-secondary icon-no-margin btn-footer-popover" data-action="footer-popover" aria-label="Show footer" data-original-title="" title=""> <i class="icon fa fa-question fa-fw " aria-hidden="true"></i> </button> </div>
Expected behavior I expect to see the communication icon.
Screenshots If applicable, add screenshots to help explain your problem.
Your environment (please complete the following information):
Additional context I tested on moodle 4.3.3+ (Build: 20240409) and moove 4.3.3+ (Build:2023100903)
@mona-shakiba Fixed! Thanks for reporting this.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
here is the css:
In boost theme, the icon is shown and the css looks like this:
Expected behavior I expect to see the communication icon.
Screenshots If applicable, add screenshots to help explain your problem.
Your environment (please complete the following information):
Additional context I tested on moodle 4.3.3+ (Build: 20240409) and moove 4.3.3+ (Build:2023100903)