inboxlookup_screen 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inboxlookup_screen",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "A React component using DevExtreme",
5
5
  "main": "dist/index.js",
6
6
  "homepage": "./",
@@ -160,6 +160,11 @@
160
160
  width: 100% !important;
161
161
  }
162
162
 
163
+ .arcflow-lookupscreen .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
164
+ background-color: transparent !important;
165
+
166
+ }
167
+
163
168
  /* Stretch input inside search panel */
164
169
  .arcflow-lookupscreen .dx-datagrid-search-panel .dx-texteditor {
165
170
  width: 100% !important;