Antonio Estrada

Results 2 issues of Antonio Estrada

mouse over and hold on any of the `ActionIcon` components and the hover text does not show up in firefox chrome: ![image](https://user-images.githubusercontent.com/6719490/50995777-10509800-14ee-11e9-8911-77a9f61c340d.png) safari: ![image](https://user-images.githubusercontent.com/6719490/50995943-9ec51980-14ee-11e9-9cb8-55582ff619d9.png) firefox: ![image](https://user-images.githubusercontent.com/6719490/50995786-1a729680-14ee-11e9-9b2e-28ce523df467.png) http://ics.carbondesignsystem.com/?selectedKind=Components%7CAction%20Icon&selectedStory=default&full=0&addons=1&stories=1&panelRight=0&addonPanel=REACT_STORYBOOK%2Freadme%2Fpanel

the action is sent through the reducer (I see `REMOVE_ALL_NOTIFICATIONS` in the redux store as the last action) but the notifications remain in the store (and thus displayed). I can...

bug