MDL-85280 communication: Adapt communication button style
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<footer id="page-footer" class="footer-popover bg-white">
|
||||
<div data-region="footer-container-popover">
|
||||
{{#output.has_communication_links}}
|
||||
<button onclick="window.open('{{output.communication_url}}', '_blank', 'noreferrer')" class="btn btn-icon bg-primary text-white icon-no-margin btn-footer-communication" aria-label="{{#str}}communicationroomlink, course{{/str}}">
|
||||
<button onclick="window.open('{{output.communication_url}}', '_blank', 'noreferrer')" class="btn btn-icon rounded-circle bg-primary text-white btn-footer-communication" aria-label="{{#str}}communicationroomlink, course{{/str}}">
|
||||
{{#pix}}t/messages-o, core{{/pix}}
|
||||
</button>
|
||||
{{/output.has_communication_links}}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<div class="container footer-dark-inner">
|
||||
<div id="course-footer">{{{ output.course_footer }}}</div>
|
||||
{{#output.has_communication_links}}
|
||||
<button onclick="window.open('{{output.communication_url}}', '_blank', 'noreferrer')" class="btn btn-icon bg-primary text-white icon-no-margin btn-footer-communication" aria-label="{{#str}}communicationroomlink, course{{/str}}">
|
||||
<button onclick="window.open('{{output.communication_url}}', '_blank', 'noreferrer')" class="btn btn-icon rounded-circle bg-primary text-white btn-footer-communication" aria-label="{{#str}}communicationroomlink, course{{/str}}">
|
||||
{{#pix}}t/messages-o, core{{/pix}}
|
||||
</button>
|
||||
{{/output.has_communication_links}}
|
||||
|
||||
Reference in New Issue
Block a user