-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.7.8, 2.8.6, 2.9, 3.0
-
Component/s: Themes
-
Testing Instructions:
-
Workaround:
-
Affected Branches:MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE
-
Fixed Branches:MOODLE_28_STABLE, MOODLE_29_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip_
MDL-50554_master -
Pull Master Diff URL:
In Chrome strange icon movement can occur after an item in the admin block gets focus.
Screen casts attached.
Fix is:
// reset.less
|
// --------------------------------------------------
|
a:focus {
|
outline: none;
|
}
|