1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Expand menu items active area

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-11-08 16:20:29 +03:00
parent adf5e66a8a
commit 32492d8fd3

View File

@ -31,7 +31,6 @@
z-index: 101;
box-shadow: rgb(0 0 0 / 17%) 0px 6px 9px 0px;
border-radius: 4px;
padding: 4px;
&.portal {
left: -1000px;
@ -73,11 +72,12 @@
align-items: center;
color: var(--color);
padding: 6px var(--padding);
margin-bottom: 2px;
margin-bottom: -3px;
white-space: nowrap;
text-decoration: none;
text-overflow: ellipsis;
border-radius: 3px;
border-radius: 6px;
border: 3px solid var(--bgc);
&:last-of-type {
margin-bottom: 0;