Skip to content

Commit

Permalink
MDL-44953 theme_more: Removing odd-looking text-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Massart committed May 12, 2014
1 parent 730d717 commit c322903
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/more/less/moodle.less
Expand Up @@ -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;
}

0 comments on commit c322903

Please sign in to comment.