1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 03:10:10 +03:00

Deprecate .SelectMenu selectors

This commit is contained in:
simurai 2019-11-16 00:02:42 +09:00
parent 32a3fd7ff0
commit bc7cbe7d29

View File

@ -5,6 +5,16 @@
*/
const versionDeprecations = {
'14.0.0': [
{
selectors: [
'.SelectMenu-item+.SelectMenu-item',
'.SelectMenu-divider:first-child',
'.SelectMenu-divider:last-child',
'.SelectMenu--hasFilter .SelectMenu-item:last-child',
'.SelectMenu-item[aria-checked="true"] .SelectMenu-icon'
],
message: `These selectors are deprecated and not used anymore.`
},
{
selectors: [
'.flex-item-equal',