mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-58957 theme_boost: add rule to prevent target conflict
This commit is contained in:
parent
a14907faa8
commit
54ff9a4bb8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user