Skip to content

Commit

Permalink
MDL-63830 block_myoverview: card footer styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Brands committed Nov 7, 2018
1 parent 2b311e7 commit aba5b89
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion blocks/myoverview/templates/view-cards.mustache
Expand Up @@ -57,7 +57,7 @@
</div>
</div>
{{#hasprogress}}
<div class="card-footer dashboard-card-footer">
<div class="card-footer dashboard-card-footer border-0 bg-white">
{{> block_myoverview/progress-bar}}
</div>
{{/hasprogress}}
Expand Down
2 changes: 0 additions & 2 deletions theme/bootstrapbase/less/moodle/blocks.less
Expand Up @@ -263,8 +263,6 @@
}
.dashboard-card-footer {
padding: 0.8rem;
background-color: @wellBackground;
border-top: 1px solid darken(@wellBackground, 7%);
.border-bottom-radius(@baseBorderRadius);
}
.progress {
Expand Down
2 changes: 0 additions & 2 deletions theme/bootstrapbase/style/moodle.css
Expand Up @@ -16199,8 +16199,6 @@ body {
.block_recentlyaccessedcourses .dashboard-card-footer,
.block_myoverview .dashboard-card-footer {
padding: 0.8rem;
background-color: #f5f5f5;
border-top: 1px solid #e3e3e3;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
Expand Down

0 comments on commit aba5b89

Please sign in to comment.