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

Minor layout fixes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-08-21 12:10:56 +03:00
parent 6997531b12
commit c7061a3ea4
5 changed files with 7 additions and 6 deletions

View File

@ -141,10 +141,6 @@ a {
text-decoration: underline; text-decoration: underline;
} }
&:focus {
color: white;
}
&:not([href]) { &:not([href]) {
border-bottom: 1px dotted; border-bottom: 1px dotted;
text-decoration: none; text-decoration: none;

View File

@ -49,7 +49,7 @@
border-radius: $radius; border-radius: $radius;
padding: $padding / 3; padding: $padding / 3;
color: $addClusterIconColor; color: $addClusterIconColor;
background: #ffffff55; background: #ffffff66;
cursor: pointer; cursor: pointer;
&.active { &.active {

View File

@ -77,4 +77,8 @@
pointer-events: none; pointer-events: none;
} }
} }
.AceEditor {
border: none;
}
} }

View File

@ -64,6 +64,7 @@
.theme-light & { .theme-light & {
@include custom-scrollbar(dark); @include custom-scrollbar(dark);
overflow-y: scroll;
} }
grid-area: main; grid-area: main;

View File

@ -19,8 +19,8 @@
> .head-col { > .head-col {
position: sticky; position: sticky;
border-bottom: 1px solid $borderFaintColor;
justify-content: space-between; justify-content: space-between;
background-color: $clusterMenuBackground;
} }
> .content-col { > .content-col {