Skip to content

Commit

Permalink
MDL-58957 theme_boost: add rule to prevent target conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Jul 13, 2017
1 parent a14907f commit 54ff9a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/boost/scss/moodle/blocks.scss
Expand Up @@ -3,6 +3,11 @@
left: initial;
}

.block:target {
padding-top: 0 !important; /* stylelint-disable declaration-no-important */
margin-top: 0 !important;
}

.block_search_forums .searchform {
/* Override plugin's default. */
text-align: left;
Expand Down

0 comments on commit 54ff9a4

Please sign in to comment.