Merge pull request #2264 from nwmac/visualfixes

Add disabled state for buttons in the Header
This commit is contained in:
Vincent Fiduccia 2021-01-29 18:11:49 -07:00 committed by GitHub
commit de5afdde41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -166,6 +166,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";