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:
parent
32a3fd7ff0
commit
bc7cbe7d29
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user