mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-61515 Theme boost: add disabled carousel transitions back in
This commit is contained in:
parent
9e7c397889
commit
4226e45d16
@ -175,3 +175,20 @@ ol {
|
||||
.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%);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user