Skip to content

Commit

Permalink
Fix topic colour when edit mode is on
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas JOURDAIN authored and Nicolas JOURDAIN committed Apr 24, 2018
1 parent e76f0f4 commit 355b068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scss/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ div.courses h3.coursename > a,
//div.course-content ul.weeks h3.sectionname > span > a,
//div.course-content ul.topics h3.sectionname > span > a,
div.course-content h3.sectionname > span > a,
div.course-content h3.sectionname > span > span > a,
div.course-content ul.ctopics li.section .content .toggle span.the_toggle h3.sectionname,
div.course-info-container a,
li.nav-item a[role=tab],
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die();

// This is the version of the plugin.
$plugin->version = 2018042400;
$plugin->version = 2018042401;

// This is the version of Moodle this plugin requires.
$plugin->requires = 2016112900.00;
Expand All @@ -44,5 +44,5 @@
$plugin->maturity = MATURITY_STABLE;

// This is the named version.
$plugin->release = 0.5;
$plugin->release = 0.6;

0 comments on commit 355b068

Please sign in to comment.