mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-81110-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
20a7f5a180
@ -393,7 +393,7 @@ img.activityicon {
|
|||||||
#maincontent {
|
#maincontent {
|
||||||
display: block;
|
display: block;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
overflow: hidden;
|
overflow: clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.uihint {
|
img.uihint {
|
||||||
|
@ -11,7 +11,8 @@ $drawer-bg-color: $gray-100 !default;
|
|||||||
$drawer-scroll-bg-track: $gray-100 !default;
|
$drawer-scroll-bg-track: $gray-100 !default;
|
||||||
$drawer-shadow-color: rgba(0, 0, 0, .25) !default;
|
$drawer-shadow-color: rgba(0, 0, 0, .25) !default;
|
||||||
|
|
||||||
:target {
|
:target,
|
||||||
|
:focus {
|
||||||
scroll-margin-top: $fixed-header-y + 10px;
|
scroll-margin-top: $fixed-header-y + 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23282,7 +23282,7 @@ img.activityicon {
|
|||||||
#maincontent {
|
#maincontent {
|
||||||
display: block;
|
display: block;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
overflow: hidden;
|
overflow: clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.uihint {
|
img.uihint {
|
||||||
@ -29756,7 +29756,8 @@ span.editinstructions .alert-link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
|
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
|
||||||
:target {
|
:target,
|
||||||
|
:focus {
|
||||||
scroll-margin-top: 70px;
|
scroll-margin-top: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23282,7 +23282,7 @@ img.activityicon {
|
|||||||
#maincontent {
|
#maincontent {
|
||||||
display: block;
|
display: block;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
overflow: hidden;
|
overflow: clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.uihint {
|
img.uihint {
|
||||||
@ -29756,7 +29756,8 @@ span.editinstructions .alert-link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
|
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
|
||||||
:target {
|
:target,
|
||||||
|
:focus {
|
||||||
scroll-margin-top: 60px;
|
scroll-margin-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user