MDL-72801 theme_boost: make footer documentation link icon visible.

This change also makes the new window icon next to the feedback
link always visible (rather than only on focus).

Co-authored-by: Bas Brands <bas@moodle.com>
This commit is contained in:
Paul Holden 2021-10-13 10:44:55 +01:00
parent 9145d80b0b
commit 77ac9a7e3b
4 changed files with 8 additions and 8 deletions

View File

@ -2298,7 +2298,7 @@ ul {
// rather than being specific to the footer. This is kept for backwards compatibility.
$footer-link-color: $bg-inverse-link-color !default;
.footer-dark {
.footer-dark .container {
a {
color: $footer-link-color;
text-decoration: underline;

View File

@ -11735,12 +11735,12 @@ ul {
margin-top: 30px;
margin-right: 0; } }
.footer-dark a {
.footer-dark .container a {
color: #fff;
text-decoration: underline; }
.footer-dark a .icon {
.footer-dark .container a .icon {
color: #fff; }
.footer-dark a:focus .icon {
.footer-dark .container a:focus .icon {
color: #212529; }
.btn-footer-popover {

View File

@ -35,7 +35,7 @@
{{#pix}}e/question, core{{/pix}}
</button>
</div>
<div class="footer-content-popover" data-region="footer-content-popover">
<div class="footer-content-popover container" data-region="footer-content-popover">
{{# output.page_doc_link }}
<div class="footer-section p-3 border-bottom">

View File

@ -11735,12 +11735,12 @@ ul {
margin-top: 30px;
margin-right: 0; } }
.footer-dark a {
.footer-dark .container a {
color: #fff;
text-decoration: underline; }
.footer-dark a .icon {
.footer-dark .container a .icon {
color: #fff; }
.footer-dark a:focus .icon {
.footer-dark .container a:focus .icon {
color: #212529; }
.btn-footer-popover {