@domternal/theme 0.7.3 → 0.7.4
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/src/_table-controls.scss +0 -4
package/package.json
CHANGED
package/src/_table-controls.scss
CHANGED
|
@@ -246,10 +246,6 @@
|
|
|
246
246
|
width: 100%;
|
|
247
247
|
padding: 0.375rem 0.5rem;
|
|
248
248
|
border: none;
|
|
249
|
-
// Component tokens (--dm-button-*) are defined on .dm-editor. This
|
|
250
|
-
// dropdown is portaled to document.body, so those tokens may be
|
|
251
|
-
// undefined here. Fall back to base tokens (which the theme sets via
|
|
252
|
-
// the .dm-theme-dark/.dm-theme-auto class copied onto the dropdown).
|
|
253
249
|
border-radius: var(--dm-button-border-radius, 0.375rem);
|
|
254
250
|
background: transparent;
|
|
255
251
|
color: var(--dm-button-color, var(--dm-text));
|