fit-ui 2.4.0 → 2.5.2

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/dist/Fit.UI.css CHANGED
@@ -3851,6 +3851,13 @@ div.FitUiControlDropDown[data-selectionmodetoggle="true"]
3851
3851
  {
3852
3852
  margin-right: 2em;
3853
3853
  }
3854
+
3855
+ /* WSDropDown: Action Menu (ListView) */
3856
+
3857
+ div.FitUiControlDropDown span.FitUiControlDropDownActionMenuItemIconDelete
3858
+ {
3859
+ color: #DB1E1E;
3860
+ }
3854
3861
  /* Modern control (default) */
3855
3862
 
3856
3863
  div.FitUiControlFilePicker[data-legacy="false"] input
@@ -4106,7 +4113,7 @@ div.FitUiControlListView > div /* List item */
4106
4113
  white-space: nowrap;
4107
4114
  }
4108
4115
 
4109
- div.FitUiControlListView > div:hover
4116
+ div.FitUiControlListView[data-device="Desktop"] > div:hover
4110
4117
  {
4111
4118
  background-color: #DADADA; /*#C3D9E0*/
4112
4119
  cursor: pointer;