Closed
Description
Sometimes we need to copy the objectId, now when we click on this row open the edit modal, but when selecting the text on this modal title, blue area, we can't see that the text is selected.
The fix is just to not set, or remove, this CSS:
::selection {
color: white;
background: #169cee;
}
So, will use the browser default style or set a different color for the background in this style.