@wizishop/angular-components 14.4.39 → 14.4.40
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/angular-components.scss
CHANGED
|
@@ -5831,7 +5831,7 @@ wac-optional-disable-container {
|
|
|
5831
5831
|
align-items: center;
|
|
5832
5832
|
line-height: 1.4;
|
|
5833
5833
|
padding: 5px 20px;
|
|
5834
|
-
transition:
|
|
5834
|
+
transition: .3s ease-in-out;
|
|
5835
5835
|
|
|
5836
5836
|
&.item-link {
|
|
5837
5837
|
color: $wac-second-color;
|
|
@@ -5842,6 +5842,9 @@ wac-optional-disable-container {
|
|
|
5842
5842
|
background-color: transparentize($wac-link-active, .9);
|
|
5843
5843
|
transition: color .3s ease-in-out;
|
|
5844
5844
|
}
|
|
5845
|
+
&:hover, &:focus {
|
|
5846
|
+
background-color: $wac-grey;
|
|
5847
|
+
}
|
|
5845
5848
|
}
|
|
5846
5849
|
|
|
5847
5850
|
&:first-child {
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|