-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.6.2, 3.3.6, 3.4.3, 3.5
-
MOODLE_26_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
The CSS file for the Community Block:
https://github.com/moodle/moodle/blob/master/blocks/community/styles.css
has 10 instances where the -moz and -webkit variant of border-radius and box-shadow are used with no fallback to the unprefixed version.
The unprefixed version should be added, and probably the prefixed versions can be removed at the same time.