MDL-63044 blocks_timeline: Fixes in integration

This commit is contained in:
Andrew Nicols 2018-09-27 14:16:49 +08:00
parent 20f9b981f9
commit b8ecdc4896
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
@block @block_timeline @javascript @block @block_timeline @javascript
Feature: The timeline block allows users to see upcoming activities Feature: The timeline block allows users to see upcoming courses
In order to enable the timeline block In order to enable the timeline block
As a student As a student
I can add the timeline block to my dashboard I can add the timeline block to my dashboard

View file

@ -100,7 +100,7 @@ body {
// Reset the default styling back to the bootstrap defaults for // Reset the default styling back to the bootstrap defaults for
// the secondary outline button because gray-200 is much too light // the secondary outline button because gray-200 is much too light
// for an outline button. // for an outline button.
.btn-outline-secondary { .btn-outline-secondary {
@include button-outline-variant($gray-600); @include button-outline-variant($gray-600);
border-color: $border-color; border-color: $border-color;