File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ div.dx-datagrid .ai__cell {
4949 display : inline-block;
5050 padding : 2px 8px ;
5151 border-radius : 24px ;
52+ background-color : var (--dx-color-separator );
5253}
5354
5455.license-info__title {
@@ -71,11 +72,3 @@ div.dx-datagrid .ai__cell {
7172 color : # 333 ;
7273 font-weight : 500 ;
7374}
74-
75- .dx-color-scheme-light .category__wrapper {
76- background-color : var (--category-wrapper-light-bg );
77- }
78-
79- .dx-color-scheme-dark .category__wrapper {
80- background-color : var (--category-wrapper-dark-bg );
81- }
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ div.dx-datagrid .ai__cell {
4949 display : inline-block;
5050 padding : 2px 8px ;
5151 border-radius : 24px ;
52+ background-color : var (--dx-color-separator );
5253}
5354
5455.license-info__title {
@@ -71,11 +72,3 @@ div.dx-datagrid .ai__cell {
7172 color : # 333 ;
7273 font-weight : 500 ;
7374}
74-
75- .dx-color-scheme-light .category__wrapper {
76- background-color : var (--category-wrapper-light-bg );
77- }
78-
79- .dx-color-scheme-dark .category__wrapper {
80- background-color : var (--category-wrapper-dark-bg );
81- }
You can’t perform that action at this time.
0 commit comments