mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-44207 theme_nimble: fix incorrect tab.
This commit is contained in:
parent
22e4df8e63
commit
bf9c946eef
@ -39,7 +39,7 @@ function nimble_process_css($css, $theme) {
|
||||
}
|
||||
$css = nimble_set_linkcolor($css, $linkcolor);
|
||||
|
||||
// Set the link hover color.
|
||||
// Set the link hover color.
|
||||
if (!empty($theme->settings->linkhover)) {
|
||||
$linkhover = $theme->settings->linkhover;
|
||||
} else {
|
||||
@ -107,4 +107,4 @@ function nimble_set_backgroundcolor($css, $backgroundcolor) {
|
||||
}
|
||||
$css = str_replace($tag, $replacement, $css);
|
||||
return $css;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user