-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.x
-
Fix Version/s: 2.0.x, 2.0.0.32-deprecated, 2.0.0.37-deprecated
-
Component/s: Toolbar
-
Labels:None
-
Git Pull Request:
When a ToggleButton with an icon is inside a ToolBar, the icon will disappear when hovering over the button.
The following snippet will demonstrate the issue:
new Y.Toolbar({ children: [ new Y.ToggleButton({ icon: 'icon-camera', label: 'Toggle button' }) ] }).render();