@stackoverflow/stacks 1.3.2 → 1.3.3

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.
@@ -190,6 +190,8 @@ button.s-link {
190
190
  @focus-styles();
191
191
 
192
192
  &.is-selected {
193
+ --_block-bs: inset var(--_block-bs-offset-x, 3px) 0 0 var(--theme-primary-color);
194
+
193
195
  color: var(--black-800);
194
196
  font-weight: bold;
195
197
  background-color: var(--black-050);
@@ -199,11 +201,21 @@ button.s-link {
199
201
  });
200
202
 
201
203
  &.s-block-link__right {
202
- box-shadow: inset -3px 0 0 var(--theme-primary-color);
204
+ --_block-bs-offset-x: -3px;
203
205
  }
204
206
 
205
- &.s-block-link__left {
206
- box-shadow: inset 3px 0 0 var(--theme-primary-color);
207
+ &.s-block-link__left,
208
+ &.s-block-link__right {
209
+ box-shadow: var(--_block-bs);
210
+
211
+ &:focus:not(:focus-visible),
212
+ &:focus-visible {
213
+ outline: none;
214
+ }
215
+
216
+ &:focus-visible {
217
+ box-shadow: var(--_block-bs), 0 0 0 var(--su-static4) var(--focus-ring-muted);
218
+ }
207
219
  }
208
220
  }
209
221
 
@@ -306,27 +306,11 @@
306
306
  .s-post-summary__watched {
307
307
  background-color: var(--yellow-050);
308
308
 
309
- .s-post-summary--content-title > a {
310
- color: var(--blue-700);
311
-
312
- &:hover,
313
- &:active{
314
- color: var(--blue-700);
315
- }
316
- &:visited {
317
- color: var(--blue-800);
318
- }
319
- }
320
-
321
309
  .s-post-summary--stats {
322
310
  color: var(--black-500);
323
311
  }
324
312
 
325
313
  .s-user-card {
326
- .s-user-card--link {
327
- color: var(--blue-700);
328
- }
329
-
330
314
  .s-user-card--rep,
331
315
  .s-user-card--time {
332
316
  color: var(--black-600);
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "https://github.com/StackExchange/Stacks.git"
7
7
  },
8
- "version": "1.3.2",
8
+ "version": "1.3.3",
9
9
  "files": [
10
10
  "dist",
11
11
  "lib"