@7shifts/sous-chef 3.70.0 → 3.70.1-beta.0
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/dist/index.css +6 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3012,7 +3012,7 @@ input:disabled + ._kmvBP::after {
|
|
|
3012
3012
|
z-index: var(--z-index-base);
|
|
3013
3013
|
width: 100%;
|
|
3014
3014
|
height: 100%;
|
|
3015
|
-
|
|
3015
|
+
margin: 0;
|
|
3016
3016
|
box-sizing: border-box;
|
|
3017
3017
|
}
|
|
3018
3018
|
._Yti6k input:hover:not(:disabled) {
|
|
@@ -3070,9 +3070,13 @@ input:disabled + ._kmvBP::after {
|
|
|
3070
3070
|
background: transparent;
|
|
3071
3071
|
cursor: pointer;
|
|
3072
3072
|
display: flex;
|
|
3073
|
-
z-index: inherit;
|
|
3074
3073
|
z-index: calc(var(--z-index-base) + 1);
|
|
3075
3074
|
color: var(--color-grey-500);
|
|
3075
|
+
min-width: 24px;
|
|
3076
|
+
min-height: 24px;
|
|
3077
|
+
align-items: center;
|
|
3078
|
+
justify-content: center;
|
|
3079
|
+
margin: -6px;
|
|
3076
3080
|
}
|
|
3077
3081
|
._Yti6k:hover > input ~ ._JXakU, ._Yti6k:hover > input ~ ._MsKVV {
|
|
3078
3082
|
background-color: var(--color-grey-200);
|