@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
@@ -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`
|