Skip to content

Commit

Permalink
feat: add hide toggle for health status bar (argoproj#7153)
Browse files Browse the repository at this point in the history
Signed-off-by: Regina Scott <rescott@redhat.com>
  • Loading branch information
reginapizza committed Oct 11, 2021
1 parent 5faea8f commit ae02bc2
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 124 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@
}
}

&__accordion {
cursor: pointer;
text-align: center;
border: none;
outline: none;
transition: 0.4s;
margin-left: 10px;
}

&__view-type {
white-space: nowrap;
i {
Expand Down
Loading

0 comments on commit ae02bc2

Please sign in to comment.