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

style fixes

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-23 15:10:06 +03:00
parent f88ab0da42
commit 2c0eed0a52

View File

@ -18,12 +18,12 @@
background-color: var(--primary); background-color: var(--primary);
} }
div.default { &.interactive {
background-color: var(--halfGray); margin-left: -3px;
border: 3px solid var(--clusterMenuBackground);
} }
&.active { &.active {
margin-left: -3px;
border: 3px solid #fff; border: 3px solid #fff;
} }
@ -64,11 +64,8 @@
left: 30px; left: 30px;
min-width: 250px; min-width: 250px;
ul { li.MenuItem {
li { font-size: 0.9em;
font-size: 12px;
}
} }
} }
} }