mirror of
https://github.com/moodle/moodle.git
synced 2025-04-04 16:04:00 +02:00
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:
parent
9145d80b0b
commit
77ac9a7e3b
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -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">
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user