@eturnity/eturnity_reusable_components 7.48.1-EPDM-12680.33 → 7.48.1-EPDM-12680.34

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": "@eturnity/eturnity_reusable_components",
3
- "version": "7.48.1-EPDM-12680.33",
3
+ "version": "7.48.1-EPDM-12680.34",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -634,6 +634,12 @@
634
634
  display: flex;
635
635
  align-items: center;
636
636
  justify-content: center;
637
+
638
+ &:hover {
639
+ background-color: ${(props) =>
640
+ props.isDisabled ? 'transparent' : 'rgba(255, 255, 255, 0.1)'};
641
+ border-radius: 4px;
642
+ }
637
643
  `
638
644
 
639
645
  const UnassignedContainer = styled.div`