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;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
color: white;
|
||||
}
|
||||
|
||||
&:not([href]) {
|
||||
border-bottom: 1px dotted;
|
||||
text-decoration: none;
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
border-radius: $radius;
|
||||
padding: $padding / 3;
|
||||
color: $addClusterIconColor;
|
||||
background: #ffffff55;
|
||||
background: #ffffff66;
|
||||
cursor: pointer;
|
||||
|
||||
&.active {
|
||||
|
||||
@ -77,4 +77,8 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.AceEditor {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
@ -64,6 +64,7 @@
|
||||
|
||||
.theme-light & {
|
||||
@include custom-scrollbar(dark);
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
grid-area: main;
|
||||
|
||||
@ -19,8 +19,8 @@
|
||||
|
||||
> .head-col {
|
||||
position: sticky;
|
||||
border-bottom: 1px solid $borderFaintColor;
|
||||
justify-content: space-between;
|
||||
background-color: $clusterMenuBackground;
|
||||
}
|
||||
|
||||
> .content-col {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user