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;
}
&:focus {
color: white;
}
&:not([href]) {
border-bottom: 1px dotted;
text-decoration: none;

View File

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

View File

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

View File

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

View File

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