@wizishop/wizi-block 15.0.80-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 +6 -2
package/package.json
CHANGED
package/wizi-block.scss
CHANGED
|
@@ -17876,6 +17876,10 @@ $color-bd: #dddddd;
|
|
|
17876
17876
|
position: relative;
|
|
17877
17877
|
width: 100%;
|
|
17878
17878
|
|
|
17879
|
+
&:focus-within {
|
|
17880
|
+
z-index: 99999 !important;
|
|
17881
|
+
}
|
|
17882
|
+
|
|
17879
17883
|
&:before {
|
|
17880
17884
|
content: '';
|
|
17881
17885
|
display: block;
|
|
@@ -17977,7 +17981,7 @@ $color-bd: #dddddd;
|
|
|
17977
17981
|
margin: 0 15px;
|
|
17978
17982
|
border: 2px solid $white;
|
|
17979
17983
|
overflow: visible;
|
|
17980
|
-
z-index: 2
|
|
17984
|
+
z-index: 2;
|
|
17981
17985
|
position: relative;
|
|
17982
17986
|
&:before {
|
|
17983
17987
|
content: '';
|
|
@@ -19875,7 +19879,7 @@ $color-bd: #dddddd;
|
|
|
19875
19879
|
position: relative;
|
|
19876
19880
|
|
|
19877
19881
|
&:focus-within {
|
|
19878
|
-
z-index: 99999;
|
|
19882
|
+
z-index: 99999 !important;
|
|
19879
19883
|
}
|
|
19880
19884
|
|
|
19881
19885
|
&:first-child {
|