@digital-ai/dot-components 4.16.0 → 4.16.1
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/index.esm.js +9 -3
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -3346,9 +3346,15 @@ const StyledMenuList = styled(MenuList)`
|
|
|
3346
3346
|
background: ${hoverGray};
|
|
3347
3347
|
}
|
|
3348
3348
|
|
|
3349
|
-
&.Mui-selected
|
|
3350
|
-
|
|
3351
|
-
|
|
3349
|
+
&.Mui-selected {
|
|
3350
|
+
&,
|
|
3351
|
+
&:hover {
|
|
3352
|
+
background: ${lightSelectedGray};
|
|
3353
|
+
}
|
|
3354
|
+
|
|
3355
|
+
&.Mui-focusVisible {
|
|
3356
|
+
background: ${selectedGray};
|
|
3357
|
+
}
|
|
3352
3358
|
}
|
|
3353
3359
|
|
|
3354
3360
|
&.${listItemWithSubmenuClassName} {
|