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

Removing MenuItem border in MenuActions

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-11-17 10:13:12 +03:00
parent 105c875c84
commit 0feb7cedae

View File

@ -21,7 +21,7 @@
.MenuActions { .MenuActions {
&.toolbar { &.toolbar {
--flex-gap: #{$padding * 0.5}; --flex-gap: var(--padding);
position: static; position: static;
padding: 0; padding: 0;
@ -31,8 +31,8 @@
margin-right: var(--flex-gap) !important; margin-right: var(--flex-gap) !important;
.Icon { .Icon {
color: var(--textColorAccent); width: 21px;
padding-right: 0; height: 21px;
} }
.title, .arrow { .title, .arrow {
@ -42,6 +42,10 @@
> .MenuItem { > .MenuItem {
background: none !important; background: none !important;
padding: 0; padding: 0;
margin-bottom: 0;
border: none;
width: 21px;
height: 21px;
> .SubMenu { > .SubMenu {
$offset: $margin; $offset: $margin;