Merge branch 'MDL-65581-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Sara Arjona 2019-05-13 21:19:11 +02:00
commit 2c02e93388
4 changed files with 11 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class block_base {
$bc->footer = $this->content->footer;
}
} else {
$bc->add_class('invisible');
$bc->add_class('invisibleblock');
}
if (!$this->hide_header()) {

View File

@ -328,3 +328,7 @@ body.drawer-open-left #region-main.has-blocks {
margin-right: 2px;
}
}
.block.invisibleblock .card-title {
color: $text-muted;
}

View File

@ -11413,6 +11413,9 @@ div.editor_atto_toolbar button .icon {
.block_settings .block_tree p.hasicon .icon {
margin-right: 2px; }
.block.invisibleblock .card-title {
color: #868e96; }
.navbar {
max-height: 50px; }

View File

@ -11655,6 +11655,9 @@ div.editor_atto_toolbar button .icon {
.block_settings .block_tree p.hasicon .icon {
margin-right: 2px; }
.block.invisibleblock .card-title {
color: #868e96; }
.navbar {
max-height: 50px; }