mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-63044 blocks_timeline: Fixes in integration
This commit is contained in:
parent
20f9b981f9
commit
b8ecdc4896
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue