Fix for regression in namespace ctrl rendering

This commit is contained in:
Neil MacDougall 2021-04-06 16:05:33 +01:00
parent d431c2e0dd
commit dd32e8d4ce
2 changed files with 10 additions and 2 deletions

View File

@ -157,11 +157,17 @@ export default {
}
> * {
display: flex;
align-items: center;
padding: 0 5px;
}
.back, .import, .kubectl, .cluster, .user-menu {
padding-top: 6px;
> *:first-child {
height: 40px;
}
}
::v-deep > div > .btn.role-tertiary {
border: 1px solid var(--header-btn-bg);
background: rgba(0,0,0,.05);
@ -239,6 +245,7 @@ export default {
> .top {
grid-area: top;
background-color: var(--header-bg);
padding-top: 6px;
INPUT[type='search']::placeholder,
.vs__open-indicator,

View File

@ -403,6 +403,7 @@ export default {
border: solid var(--header-btn-text) thin;
color: var(--header-btn-text);
height: calc(var(--header-height) - 26px);
width: initial;
}
.filter ::v-deep .unlabeled-select .vs__search::placeholder {