Skip to content

Commit 42ab161

Browse files
committed
Release 5.0.0.3
1 parent eeef06e commit 42ab161

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scss/trema/elements.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ body #page {
350350
margin-bottom: 0.8rem;
351351
}
352352

353-
select {
353+
select:not('.dataTable-selector') {
354354
background-image: url([[pix:theme|select]]);
355355
background-size: 1rem;
356356
background-repeat: no-repeat;

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
defined('MOODLE_INTERNAL') || die();
3030

31-
$plugin->version = 2025052201;
32-
$plugin->release = '5.0.0.2';
31+
$plugin->version = 2025082700;
32+
$plugin->release = '5.0.0.3';
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->requires = 2022021800; // Moodle 4.0 - Build: 20220218.
3535
$plugin->component = 'theme_trema';

0 commit comments

Comments
 (0)