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:
parent
6997531b12
commit
c7061a3ea4
@ -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;
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -77,4 +77,8 @@
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.AceEditor {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@ -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;
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user