{"ast":null,"code":"const genStatusStyle = token => {\n  const {\n    componentCls,\n    menuCls,\n    colorError,\n    colorTextLightSolid\n  } = token;\n  const itemCls = `${menuCls}-item`;\n  return {\n    [`${componentCls}, ${componentCls}-menu-submenu`]: {\n      [`${menuCls} ${itemCls}`]: {\n        [`&${itemCls}-danger:not(${itemCls}-disabled)`]: {\n          color: colorError,\n          '&:hover': {\n            color: colorTextLightSolid,\n            backgroundColor: colorError\n          }\n        }\n      }\n    }\n  };\n};\nexport default genStatusStyle;","map":{"version":3,"names":["genStatusStyle","token","componentCls","menuCls","colorError","colorTextLightSolid","itemCls","color","backgroundColor"],"sources":["/var/www/gavt/node_modules/antd/es/dropdown/style/status.js"],"sourcesContent":["const genStatusStyle = token => {\n  const {\n    componentCls,\n    menuCls,\n    colorError,\n    colorTextLightSolid\n  } = token;\n  const itemCls = `${menuCls}-item`;\n  return {\n    [`${componentCls}, ${componentCls}-menu-submenu`]: {\n      [`${menuCls} ${itemCls}`]: {\n        [`&${itemCls}-danger:not(${itemCls}-disabled)`]: {\n          color: colorError,\n          '&:hover': {\n            color: colorTextLightSolid,\n            backgroundColor: colorError\n          }\n        }\n      }\n    }\n  };\n};\nexport default genStatusStyle;"],"mappings":"AAAA,MAAMA,cAAc,GAAGC,KAAK,IAAI;EAC9B,MAAM;IACJC,YAAY;IACZC,OAAO;IACPC,UAAU;IACVC;EACF,CAAC,GAAGJ,KAAK;EACT,MAAMK,OAAO,GAAI,GAAEH,OAAQ,OAAM;EACjC,OAAO;IACL,CAAE,GAAED,YAAa,KAAIA,YAAa,eAAc,GAAG;MACjD,CAAE,GAAEC,OAAQ,IAAGG,OAAQ,EAAC,GAAG;QACzB,CAAE,IAAGA,OAAQ,eAAcA,OAAQ,YAAW,GAAG;UAC/CC,KAAK,EAAEH,UAAU;UACjB,SAAS,EAAE;YACTG,KAAK,EAAEF,mBAAmB;YAC1BG,eAAe,EAAEJ;UACnB;QACF;MACF;IACF;EACF,CAAC;AACH,CAAC;AACD,eAAeJ,cAAc"},"metadata":{},"sourceType":"module","externalDependencies":[]}