mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
Merge branch 'MDL-74513-master' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
0e3929a102
@ -49,8 +49,8 @@
|
||||
{{{icon}}}
|
||||
</div>
|
||||
<div class="w-100 line-height-3 text-truncate ml-2">
|
||||
<h6 class="mb-0 text-truncate">{{{name}}}</h6>
|
||||
<small class="text-muted text-truncate mb-0">{{{coursename}}}</small>
|
||||
<h6 class="mb-0 text-truncate"><span class="clickable">{{{name}}}</span></h6>
|
||||
<small class="text-truncate mb-0">{{{coursename}}}</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -284,6 +284,18 @@ $card-gutter : $card-deck-margin * 2;
|
||||
#block-region-content & [data-region="more-items-button-container"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a.dashboard-card {
|
||||
@include hover-focus {
|
||||
text-decoration: none;
|
||||
h6 {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
small {
|
||||
color: $body-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.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"] {
|
||||
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 {
|
||||
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"] {
|
||||
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 {
|
||||
min-height: 19.35rem; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user