1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00

Remove deprecation addition of aria-disabled

This commit is contained in:
Tobias Ahlin 2021-04-26 10:19:56 +02:00
parent dcb2ae6981
commit de84738054

View File

@ -5,16 +5,6 @@
*/
const versionDeprecations = {
'17.0.0': [
{
selectors: [
'.btn-mktg[aria-disabled=true]',
'.btn-primary-mktg[aria-disabled=true]',
'.btn-outline-mktg[aria-disabled=true]',
'.btn-transparent[aria-disabled=true]',
'.btn-large-mktg'
],
message: 'Removing marketing buttons'
},
{
selectors: [':-ms-input-placeholder'],
message: 'Browserslist update to match github has removed the need for this pseudoselector'