@everymatrix/casino-slider 0.0.394 → 0.0.395
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": "@everymatrix/casino-slider",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.395",
|
4
4
|
"main": "dist/casino-slider.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -36,5 +36,5 @@
|
|
36
36
|
"publishConfig": {
|
37
37
|
"access": "public"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "88318627a6a354e5857181e30e34215e001d375f"
|
40
40
|
}
|
package/src/CasinoSlider.svelte
CHANGED
@@ -436,10 +436,8 @@
|
|
436
436
|
&.active,
|
437
437
|
&:focus,
|
438
438
|
&:focus-within {
|
439
|
-
background: var(--emfe-w-color-primary, #D0046C);;
|
440
439
|
a {
|
441
440
|
border-bottom: 1px solid var(--emfe-w-color-primary, #D0046C);
|
442
|
-
line-height: 84px;
|
443
441
|
color: var(--emfe-w-color-primary, #D0046C);
|
444
442
|
}
|
445
443
|
}
|