style: remove the selected background color of the status card in the active state
This commit is contained in:
parent
ba9cd4542e
commit
3a1b0a0f43
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue