Adds toggle for all/root groups to inventory groups view

This commit is contained in:
mabashian
2019-03-06 17:31:44 -05:00
parent 658bdddac3
commit 502decf8fe
13 changed files with 156 additions and 34 deletions

View File

@@ -219,7 +219,7 @@ table, tbody {
}
.List-actionHolder--leftAlign {
margin-left: 52%;
margin-left: 50%;
justify-content: flex-start;
button {
height: 34px;
@@ -230,6 +230,15 @@ table, tbody {
align-items: center;
display: flex;
margin-bottom: -34px;
.List-buttonDefault {
margin-left: 20px;
}
.List-toggleButton {
height: 30px;
line-height: 14px;
}
}
.List-auxAction {
@@ -272,6 +281,10 @@ table, tbody {
opacity: 0.65;
}
.List-actionButton {
margin-left: 20px;
}
.List-searchDropdown {
border-top-left-radius: 5px!important;
border-bottom-left-radius: 5px!important;