@7shifts/sous-chef 3.76.0-beta.4 → 3.76.0-beta.6
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 +3 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js +8 -10
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +10 -13
- package/dist/index.modern.js.map +1 -1
- package/dist/layout/PageLayout/types.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1750,17 +1750,17 @@ h5._6SgoN {
|
|
|
1750
1750
|
justify-content: space-between;
|
|
1751
1751
|
font-weight: normal;
|
|
1752
1752
|
border-radius: 0 4px 4px 0;
|
|
1753
|
-
transition: background-color 0.
|
|
1754
|
-
border: 2px solid rgba(0, 0, 0, 0);
|
|
1753
|
+
transition: background-color 0.05s ease;
|
|
1755
1754
|
gap: 8px;
|
|
1756
1755
|
flex-wrap: wrap;
|
|
1756
|
+
border-left: 2px solid transparent;
|
|
1757
1757
|
}
|
|
1758
1758
|
._SebbU a:hover {
|
|
1759
1759
|
background: var(--color-oat-100);
|
|
1760
1760
|
color: var(--color-grey-600);
|
|
1761
1761
|
border-left: 2px solid var(--color-grey-200);
|
|
1762
1762
|
}
|
|
1763
|
-
.
|
|
1763
|
+
._SebbU a._CDEVl {
|
|
1764
1764
|
background: var(--color-oat-100);
|
|
1765
1765
|
color: var(--color-grey-600);
|
|
1766
1766
|
border-left: 2px solid var(--color-grey-200);
|