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:
parent
adf5e66a8a
commit
32492d8fd3
@ -31,7 +31,6 @@
|
|||||||
z-index: 101;
|
z-index: 101;
|
||||||
box-shadow: rgb(0 0 0 / 17%) 0px 6px 9px 0px;
|
box-shadow: rgb(0 0 0 / 17%) 0px 6px 9px 0px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 4px;
|
|
||||||
|
|
||||||
&.portal {
|
&.portal {
|
||||||
left: -1000px;
|
left: -1000px;
|
||||||
@ -73,11 +72,12 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
padding: 6px var(--padding);
|
padding: 6px var(--padding);
|
||||||
margin-bottom: 2px;
|
margin-bottom: -3px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
border-radius: 3px;
|
border-radius: 6px;
|
||||||
|
border: 3px solid var(--bgc);
|
||||||
|
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user