@wizishop/wizi-block 15.0.79-beta → 15.0.81-beta
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 +1 -1
- package/wizi-block.scss +11 -2
package/package.json
CHANGED
package/wizi-block.scss
CHANGED
|
@@ -6256,6 +6256,10 @@ $color-bd: #dddddd;
|
|
|
6256
6256
|
&__title {
|
|
6257
6257
|
position: relative;
|
|
6258
6258
|
z-index: 1;
|
|
6259
|
+
|
|
6260
|
+
&:focus-within {
|
|
6261
|
+
z-index: 999999;
|
|
6262
|
+
}
|
|
6259
6263
|
}
|
|
6260
6264
|
|
|
6261
6265
|
&__img {
|
|
@@ -6263,6 +6267,7 @@ $color-bd: #dddddd;
|
|
|
6263
6267
|
width: 100%;
|
|
6264
6268
|
max-width: 100%;
|
|
6265
6269
|
overflow: hidden;
|
|
6270
|
+
z-index: 1;
|
|
6266
6271
|
|
|
6267
6272
|
&:before {
|
|
6268
6273
|
content: '';
|
|
@@ -17871,6 +17876,10 @@ $color-bd: #dddddd;
|
|
|
17871
17876
|
position: relative;
|
|
17872
17877
|
width: 100%;
|
|
17873
17878
|
|
|
17879
|
+
&:focus-within {
|
|
17880
|
+
z-index: 99999 !important;
|
|
17881
|
+
}
|
|
17882
|
+
|
|
17874
17883
|
&:before {
|
|
17875
17884
|
content: '';
|
|
17876
17885
|
display: block;
|
|
@@ -17972,7 +17981,7 @@ $color-bd: #dddddd;
|
|
|
17972
17981
|
margin: 0 15px;
|
|
17973
17982
|
border: 2px solid $white;
|
|
17974
17983
|
overflow: visible;
|
|
17975
|
-
z-index: 2
|
|
17984
|
+
z-index: 2;
|
|
17976
17985
|
position: relative;
|
|
17977
17986
|
&:before {
|
|
17978
17987
|
content: '';
|
|
@@ -19870,7 +19879,7 @@ $color-bd: #dddddd;
|
|
|
19870
19879
|
position: relative;
|
|
19871
19880
|
|
|
19872
19881
|
&:focus-within {
|
|
19873
|
-
z-index: 99999;
|
|
19882
|
+
z-index: 99999 !important;
|
|
19874
19883
|
}
|
|
19875
19884
|
|
|
19876
19885
|
&:first-child {
|