@stackoverflow/stacks 2.7.2 → 2.7.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.
@@ -5,7 +5,6 @@ a {
5
5
  // not specified here. See for https://github.com/StackExchange/Stacks/pull/1740#discussion_r1698389312
6
6
  // TODO remove .post-tag, .badge, .badge-tag reference once core no longer requires them
7
7
  &:not([class*="s-"]):not(.post-tag):not(.badge):not(.badge-tag),
8
- &.s-link,
9
8
  &.s-sidebarwidget--action,
10
9
  &.s-user-card--link {
11
10
  // Use --_an-a-* (.s-anchors a) custom properties when they're defined.
@@ -140,4 +139,11 @@ a,
140
139
  &:hover {
141
140
  --_li-fc: var(--_li-fc-hover);
142
141
  }
142
+ &:visited {
143
+ color: var(--_li-fc-visited);
144
+ }
145
+
146
+ &:hover:visited {
147
+ color: var(--_li-fc-hover-visited);
148
+ }
143
149
  }
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": "2.7.2",
8
+ "version": "2.7.3",
9
9
  "files": [
10
10
  "dist",
11
11
  "lib",