feat: focus mobile alert triage
This commit is contained in:
@@ -8481,6 +8481,11 @@
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.v2-alert-navigation .v2-alert-tabs > .semi-button:not(.is-active) .v2-segmented-tab-count {
|
||||
background: #eef2f7;
|
||||
color: #6e7f95;
|
||||
}
|
||||
|
||||
.v2-alert-navigation-meta {
|
||||
display: none;
|
||||
}
|
||||
@@ -16843,7 +16848,7 @@
|
||||
}
|
||||
|
||||
.v2-alert-mobile-discovery > .v2-mobile-filter-toggle.semi-button {
|
||||
min-height: 58px;
|
||||
min-height: 52px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -16957,18 +16962,18 @@
|
||||
}
|
||||
|
||||
.v2-alert-context-card.semi-card {
|
||||
min-height: 96px;
|
||||
min-height: 58px;
|
||||
}
|
||||
|
||||
.v2-alert-context-card .v2-alert-kpis {
|
||||
height: 62px;
|
||||
min-height: 62px;
|
||||
height: 58px;
|
||||
min-height: 58px;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.v2-alert-context-card .v2-alert-kpis .v2-metric-action,
|
||||
.v2-alert-context-card .v2-alert-kpis .v2-metric-action-content {
|
||||
min-height: 62px;
|
||||
min-height: 58px;
|
||||
}
|
||||
|
||||
.v2-alert-context-card .v2-alert-kpis .v2-metric-action {
|
||||
@@ -16989,12 +16994,6 @@
|
||||
color: #28415f;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.v2-alert-context-card .v2-alert-secondary-states {
|
||||
min-height: 34px;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
padding: 3px 4px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user