Ensure that data output color is readable on row selection. Fixes #5687

This commit is contained in:
Nikhil Mohite
2020-07-21 18:54:06 +05:30
committed by Akshay Joshi
parent 28a4359020
commit 5f619ae40a
4 changed files with 17 additions and 6 deletions

View File

@@ -149,7 +149,6 @@ li.CodeMirror-hint-active {
#datagrid .slick-header .slick-header-column.selected {
background-color: $color-primary;
color: $datagrid-selected-color;
}
.slick-row .slick-cell {
border-bottom: $panel-border;