Cafe Java is a local coffee shop which is unable to operate smoothly due to the Global Pandemic (Covid). The cofee shop was only able to accept walk in customers, which under current safety regulations are seen as not safe and more importantly it has seen an increase in revenu loses. As a team, we have build a website to enable Cafe Java customers to make their orders online in advance of their visit to the shop with the aim to save the business from collapsing.
Describe the bug
In Safari only, when clicking the social media link icons the hover colour change doesn't work. The icon colour changes on click and remains until another icon is clicked.
Expected behavior
After the cursor has moved away from the icon it should revert to its default colour scheme.
Screenshots
Desktop (please complete the following information):
OS: 10.11
Browser Safari
Version 11.1.2
Additional context
Bootstrap documentation covers a similar issue for iOS touch devices that simulate where "sticky" hover styles that persists after tapping one element. These hover styles are only removed when users tap another element. This behavior is considered largely undesirable and appears to not be an issue on Android or Windows devices.
Describe the bug In Safari only, when clicking the social media link icons the hover colour change doesn't work. The icon colour changes on click and remains until another icon is clicked.
To Reproduce Steps to reproduce the behavior:
Expected behavior After the cursor has moved away from the icon it should revert to its default colour scheme.
Screenshots
Desktop (please complete the following information):
Additional context Bootstrap documentation covers a similar issue for iOS touch devices that simulate where "sticky" hover styles that persists after tapping one element. These hover styles are only removed when users tap another element. This behavior is considered largely undesirable and appears to not be an issue on Android or Windows devices.
https://getbootstrap.com/docs/4.0/getting-started/browsers-devices/