@mskcc/carbon-react
Version:
Carbon react components for the MSKCC DSM
17 lines (14 loc) • 373 B
CSS
/* 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;
}