mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Merge branch 'MDL-74513-master' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
0e3929a102
4 changed files with 30 additions and 2 deletions
|
@ -49,8 +49,8 @@
|
||||||
{{{icon}}}
|
{{{icon}}}
|
||||||
</div>
|
</div>
|
||||||
<div class="w-100 line-height-3 text-truncate ml-2">
|
<div class="w-100 line-height-3 text-truncate ml-2">
|
||||||
<h6 class="mb-0 text-truncate">{{{name}}}</h6>
|
<h6 class="mb-0 text-truncate"><span class="clickable">{{{name}}}</span></h6>
|
||||||
<small class="text-muted text-truncate mb-0">{{{coursename}}}</small>
|
<small class="text-truncate mb-0">{{{coursename}}}</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -284,6 +284,18 @@ $card-gutter : $card-deck-margin * 2;
|
||||||
#block-region-content & [data-region="more-items-button-container"] {
|
#block-region-content & [data-region="more-items-button-container"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.dashboard-card {
|
||||||
|
@include hover-focus {
|
||||||
|
text-decoration: none;
|
||||||
|
h6 {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
small {
|
||||||
|
color: $body-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.block_myoverview {
|
.block_myoverview {
|
||||||
|
|
|
@ -13137,6 +13137,14 @@ aside[id^="block-region-side-"] .block_recentlyaccesseditems .dashboard-card-dec
|
||||||
#block-region-content .block_recentlyaccesseditems [data-region="more-items-button-container"] {
|
#block-region-content .block_recentlyaccesseditems [data-region="more-items-button-container"] {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
|
.block_recentlyaccesseditems a.dashboard-card:hover, .block_recentlyaccesseditems a.dashboard-card:focus {
|
||||||
|
text-decoration: none; }
|
||||||
|
.block_recentlyaccesseditems a.dashboard-card:hover h6, .block_recentlyaccesseditems a.dashboard-card:focus h6 {
|
||||||
|
text-decoration: underline; }
|
||||||
|
|
||||||
|
.block_recentlyaccesseditems a.dashboard-card small {
|
||||||
|
color: #1d2125; }
|
||||||
|
|
||||||
.block_myoverview .content {
|
.block_myoverview .content {
|
||||||
min-height: 19.35rem; }
|
min-height: 19.35rem; }
|
||||||
|
|
||||||
|
|
|
@ -13137,6 +13137,14 @@ aside[id^="block-region-side-"] .block_recentlyaccesseditems .dashboard-card-dec
|
||||||
#block-region-content .block_recentlyaccesseditems [data-region="more-items-button-container"] {
|
#block-region-content .block_recentlyaccesseditems [data-region="more-items-button-container"] {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
|
.block_recentlyaccesseditems a.dashboard-card:hover, .block_recentlyaccesseditems a.dashboard-card:focus {
|
||||||
|
text-decoration: none; }
|
||||||
|
.block_recentlyaccesseditems a.dashboard-card:hover h6, .block_recentlyaccesseditems a.dashboard-card:focus h6 {
|
||||||
|
text-decoration: underline; }
|
||||||
|
|
||||||
|
.block_recentlyaccesseditems a.dashboard-card small {
|
||||||
|
color: #1d2125; }
|
||||||
|
|
||||||
.block_myoverview .content {
|
.block_myoverview .content {
|
||||||
min-height: 19.35rem; }
|
min-height: 19.35rem; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue