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:
parent
105c875c84
commit
0feb7cedae
@ -21,7 +21,7 @@
|
||||
|
||||
.MenuActions {
|
||||
&.toolbar {
|
||||
--flex-gap: #{$padding * 0.5};
|
||||
--flex-gap: var(--padding);
|
||||
|
||||
position: static;
|
||||
padding: 0;
|
||||
@ -31,8 +31,8 @@
|
||||
margin-right: var(--flex-gap) !important;
|
||||
|
||||
.Icon {
|
||||
color: var(--textColorAccent);
|
||||
padding-right: 0;
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
}
|
||||
|
||||
.title, .arrow {
|
||||
@ -42,6 +42,10 @@
|
||||
> .MenuItem {
|
||||
background: none !important;
|
||||
padding: 0;
|
||||
margin-bottom: 0;
|
||||
border: none;
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
|
||||
> .SubMenu {
|
||||
$offset: $margin;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user