style: remove the selected background color of the status card in the active state

This commit is contained in:
yanmao 2021-12-25 20:14:14 +08:00
parent ba9cd4542e
commit 3a1b0a0f43
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
border-radius: 2px;
}
.am-engine [data-card-key="status"].card-activated ::selection {
background: transparent !important;
}
.data-label-container {
overflow: hidden;
max-width: 200px;