Skip to content

Commit

Permalink
Merge branch 'MDL-68891-master' of git://github.com/mihailges/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
abgreeve committed Jun 3, 2020
2 parents 311d28c + 5c9c153 commit 6a7a264
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
8 changes: 1 addition & 7 deletions theme/boost/scss/moodle/core.scss
Expand Up @@ -48,13 +48,7 @@ $gototop-bottom-position: 50px !default;
opacity: 0;
transition: opacity .7s ease 0s, visibility .1s ease .8s;
display: block;
position: fixed; /* IE compatibility hack */
@supports (position: sticky) {
position: sticky;
}
@supports (-ms-ime-align:auto) {
position: fixed; /* Edge compatibility hack */
}
position: fixed;
bottom: $gototop-bottom-position;
right: 0;
a {
Expand Down
8 changes: 0 additions & 8 deletions theme/boost/style/moodle.css
Expand Up @@ -9663,16 +9663,8 @@ input[disabled] {
transition: opacity .7s ease 0s, visibility .1s ease .8s;
display: block;
position: fixed;
/* IE compatibility hack */
bottom: 50px;
right: 0; }
@supports (position: sticky) {
#goto-top-link {
position: sticky; } }
@supports (-ms-ime-align: auto) {
#goto-top-link {
position: fixed;
/* Edge compatibility hack */ } }
#goto-top-link a {
position: absolute;
right: 0;
Expand Down
8 changes: 0 additions & 8 deletions theme/classic/style/moodle.css
Expand Up @@ -9868,16 +9868,8 @@ input[disabled] {
transition: opacity .7s ease 0s, visibility .1s ease .8s;
display: block;
position: fixed;
/* IE compatibility hack */
bottom: 50px;
right: 0; }
@supports (position: sticky) {
#goto-top-link {
position: sticky; } }
@supports (-ms-ime-align: auto) {
#goto-top-link {
position: fixed;
/* Edge compatibility hack */ } }
#goto-top-link a {
position: absolute;
right: 0;
Expand Down

0 comments on commit 6a7a264

Please sign in to comment.