Merge branch 'MDL-86547-500' of https://github.com/muhammadarnaldo/moodle into MOODLE_500_STABLE

This commit is contained in:
Jun Pataleta
2025-11-24 15:55:19 +08:00
+7
View File
@@ -17,3 +17,10 @@ table:not(.table) {
border-width: $table-border-width;
}
}
code[data-mce-selected="inline-boundary"]:not(pre code) {
background-color: $gray-100 !important; /* stylelint-disable-line declaration-no-important */
border: thin solid $gray-500;
border-radius: 0.25rem;
padding: 0.125rem;
}