wox-gui 0.1.9 → 0.1.10
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/wox-gui.cdn.js +1 -1
- package/dist/wox-gui.js +1 -1
- package/package.json +1 -1
package/dist/wox-gui.cdn.js
CHANGED
|
@@ -130,7 +130,7 @@ class q extends w {
|
|
|
130
130
|
:host { display: inline-block; }
|
|
131
131
|
button {
|
|
132
132
|
display: flex; align-items: center; justify-content: center; gap: 6px;
|
|
133
|
-
background: transparent; border: 1px solid var(--wox-btn-border, var(--wox-border)); border-style: var(--wox-btn-border-style, solid); color: var(--wox-btn-text, var(--wox-text-secondary, #999));
|
|
133
|
+
background: transparent; border: 1px solid var(--wox-btn-border, var(--wox-border, #333)); border-style: var(--wox-btn-border-style, solid); color: var(--wox-btn-text, var(--wox-text-secondary, #999));
|
|
134
134
|
cursor: pointer; font-family: var(--wox-font, sans-serif); font-size: var(--wox-font-size-base, 12px);
|
|
135
135
|
transition: all var(--wox-transition-fast, 0.12s); border-radius: var(--wox-radius-sm, 3px);
|
|
136
136
|
padding: 0; margin: 0; line-height: 1; user-select: none;
|
package/dist/wox-gui.js
CHANGED
|
@@ -130,7 +130,7 @@ class nt extends v {
|
|
|
130
130
|
:host { display: inline-block; }
|
|
131
131
|
button {
|
|
132
132
|
display: flex; align-items: center; justify-content: center; gap: 6px;
|
|
133
|
-
background: transparent; border: 1px solid var(--wox-btn-border, var(--wox-border)); border-style: var(--wox-btn-border-style, solid); color: var(--wox-btn-text, var(--wox-text-secondary, #999));
|
|
133
|
+
background: transparent; border: 1px solid var(--wox-btn-border, var(--wox-border, #333)); border-style: var(--wox-btn-border-style, solid); color: var(--wox-btn-text, var(--wox-text-secondary, #999));
|
|
134
134
|
cursor: pointer; font-family: var(--wox-font, sans-serif); font-size: var(--wox-font-size-base, 12px);
|
|
135
135
|
transition: all var(--wox-transition-fast, 0.12s); border-radius: var(--wox-radius-sm, 3px);
|
|
136
136
|
padding: 0; margin: 0; line-height: 1; user-select: none;
|