MDL-55388 theme_noname: Define the purpose of bootstrap-rtl.scss

Add a comment explaining what the bootstrap-rtl.scss file is for (and what it is not for).

Part of MDL-55071
This commit is contained in:
Damyon Wiese
2016-09-23 10:53:29 +01:00
committed by Dan Poltawski
parent 92e32fc45c
commit 9727e142b6
+8 -1
View File
@@ -1,7 +1,14 @@
/**
* Bootstrap overrides for RTL
*
* This file is only for overriding sass from upstream bootstrap, all general rtl fixes for
* moodle scss should be placed immediately after the definition of the ltr rule.
*/
.breadcrumb-item {
+ .breadcrumb-item::before {
content: "#{$breadcrumb-divider-rtl}";
/*rtl:remove*/
content: "#{$breadcrumb-divider}";
}
}
}