.Menu { background: white; border-radius: 6px; display: none; min-width: 140px; position: absolute; top: 31px; z-index: 1; } .MenuItem { -webkit-font-smoothing: antialiased; color: #777; font-family: -apple-system, "Helvetica Neue", "Lucida Grande"; font-weight: 500; padding: 6px 12px; } .MenuItem:hover { color: #555; cursor: pointer; background: #e9e9e9; } .MenuGroup { border-bottom: 2px solid #f5f5f5; } .MenuGroup:first-child .MenuItem:first-child:hover { border-top-left-radius: 6px; border-top-right-radius: 6px; } .MenuGroup:last-child .MenuItem:last-child:hover { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } .MenuGroup:last-child { border-bottom: none; }