Skip to content

Commit

Permalink
MDL-61515 theme: Pre-compile boost
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Aug 6, 2018
1 parent 3e7c330 commit 75f23dc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -16411,6 +16411,22 @@ body:not(.jsenabled) .langmenu:hover > .dropdown-menu,
.custom-select {
word-wrap: normal; }

/* Add commented out carousel transistions back in.
*
* The Css prefixer used in Moodle breaks on @supports syntax, See MDL-61515.
*/
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
transform: translateX(0); }

.carousel-item-next,
.active.carousel-item-right {
transform: translateX(100%); }

.carousel-item-prev,
.active.carousel-item-left {
transform: translateX(-100%); }

body.behat-site .fixed-top {
position: absolute; }

Expand Down

0 comments on commit 75f23dc

Please sign in to comment.