AlaskaAirlines / WebCoreStyleSheets

The core front-end framework for building experiences with the Orion Design System and transition to the Auro Design System.
https://auro.alaskaair.com/webcorestylesheets
Apache License 2.0
5 stars 5 forks source link

Deprecate legacy `.is-touch` selector reference #192

Open blackfalcon opened 4 months ago

blackfalcon commented 4 months ago

General Support Request

See the following code

https://github.com/AlaskaAirlines/WebCoreStyleSheets/blob/bc976532759cd65b44d3d7df54aa258fb42b5d8f/src/utilityMixins/_anchor-roleButton.scss#L55-L75

The selector :host(:not(.is-touching)) & is no longer supported by any component.

Possible Solution

Deprecate this functionality and set for removal with next MAJOR release.

Additional context

This was discovered with recent updates to the auro-hyperlink element https://github.com/AlaskaAirlines/auro-hyperlink/pull/205

Exit criteria

This issue can be resolved once the identified code is set as DEPRECATED and slotted for removal with the next release.