@stackoverflow/stacks 3.0.0-beta.8 → 3.0.0-beta.9

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.
@@ -8,14 +8,14 @@
8
8
  --_na-item-fs: unset;
9
9
  --_na-item-p: calc(var(--su12) - var(--su1)) var(--su16);
10
10
  --_na-item-ws: nowrap;
11
- --_na-item-bg-hover: var(--black-150);
11
+ --_na-item-bg-hover: var(--black-100);
12
12
  --_na-item-fc-hover: var(--_na-item-fc);
13
13
  --_na-item-selected-bg: none;
14
14
  --_na-item-selected-fc: var(--black-600);
15
15
  --_na-item-selected-bg-hover: var(--_na-item-bg-hover);
16
16
  --_na-item-selected-h: var(--su-static2);
17
17
  --_na-item-text-ta: center;
18
- --_na-title-mt: var(--su16);
18
+ --_na-title-mt: var(--su24);
19
19
  --_na-after-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M11.35 4.35 6 9.71.65 4.35l.7-.7L6 8.29l4.65-4.64z'/%3E%3C/svg%3E");
20
20
  --_na-after-bg-color: var(--black-400);
21
21
 
@@ -149,10 +149,14 @@
149
149
  --_na-title-mt: 0;
150
150
  }
151
151
 
152
+ & .s-btn {
153
+ color: var(--black-400);
154
+ }
155
+
152
156
  margin-top: var(--_na-title-mt);
153
157
  font-size: var(--fs-fine);
154
158
  color: var(--black-400);
155
- padding: var(--su16) var(--su8);
159
+ padding: calc(var(--su16) + var(--su2)) var(--su8);
156
160
  }
157
161
 
158
162
  & &--icon {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stackoverflow/stacks",
3
3
  "description": "Stack Overflow’s CSS and Design Pattern Library. Stacks is an atomic CSS library with classes and components for rapidly building Stack Overflow.",
4
- "version": "3.0.0-beta.8",
4
+ "version": "3.0.0-beta.9",
5
5
  "files": [
6
6
  "dist",
7
7
  "lib",