From c32290337b83179a0c80542329f331e31a5a77ed Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Mon, 12 May 2014 16:51:14 +0800 Subject: [PATCH] MDL-44953 theme_more: Removing odd-looking text-shadow --- theme/more/less/moodle.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/more/less/moodle.less b/theme/more/less/moodle.less index 1e4a3309d6a51..b7d8a31596cc0 100644 --- a/theme/more/less/moodle.less +++ b/theme/more/less/moodle.less @@ -11,3 +11,9 @@ @formActionsBackground: @wellBackground; @paginationActiveBackground: @wellBackground; @hrBorder: darken(@wellBackground, 5%); + +// Remove unwanted text shadow, this can look odd with random colours. +.breadcrumb li, +.nav-header { + text-shadow: none; +} \ No newline at end of file