Add disabled state for buttons int the Header

This commit is contained in:
Neil MacDougall 2021-01-29 09:43:10 +00:00
parent b2c91b9dca
commit 65dfb6d031
1 changed files with 6 additions and 0 deletions

View File

@ -163,6 +163,12 @@ export default {
border: 1px solid var(--header-btn-bg);
background: rgba(0,0,0,.05);
color: var(--header-btn-text);
&[disabled=disabled] {
background-color: var(--header-btn-bg) !important;
color: var(--header-btn-text) !important;
opacity: 0.7;
}
}
grid-template-areas: "product top back import kubectl cluster user";