feat: add all-team filter to mh analysis
This commit is contained in:
@@ -817,6 +817,20 @@ body {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.list-toolbar-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.list-toolbar-divider {
|
||||
width: 1px;
|
||||
align-self: stretch;
|
||||
min-height: 36px;
|
||||
background: #dbe2ea;
|
||||
}
|
||||
|
||||
.list-mode-btn {
|
||||
border: 1px solid #c7d2fe;
|
||||
background: #eef2ff;
|
||||
|
||||
Reference in New Issue
Block a user