UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

17 lines (14 loc) 373 B
/* For MenuButton and MenuItem in components/Menu in js */ .msk-menu-item--render-label.cds--menu-item { display: flex; block-size: initial; cursor: default; padding-inline: initial; } .msk-menu-item--render-label.cds--menu-item:hover { background-color: transparent; } .msk-menu-item--render-label.cds--menu-item:focus { box-shadow: none; outline: none; }