@deque/cauldron-styles 4.3.0-canary.acd760d8 → 4.3.0-canary.bb49adf8
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 +4 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -181,7 +181,6 @@ button,
|
|
|
181
181
|
display: inline-block;
|
|
182
182
|
zoom: 1;
|
|
183
183
|
line-height: normal;
|
|
184
|
-
white-space: nowrap;
|
|
185
184
|
vertical-align: middle;
|
|
186
185
|
text-align: center;
|
|
187
186
|
-moz-user-select: none;
|
|
@@ -4297,4 +4296,8 @@ fieldset.Panel {
|
|
|
4297
4296
|
.TwoColumnPanel--hide .TwoColumnPanel__Left {
|
|
4298
4297
|
transform: translateX(-10vw);
|
|
4299
4298
|
}
|
|
4299
|
+
|
|
4300
|
+
.TwoColumnPanel > .SkipLink {
|
|
4301
|
+
display: none;
|
|
4302
|
+
}
|
|
4300
4303
|
}
|
package/package.json
CHANGED