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