Skip to content

Commit 175665d

Browse files
2.8.17
1 parent 73f4b61 commit 175665d

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

dist/saratoga.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,6 +1645,7 @@ html.msb .masthead {
16451645
background-color: var(--story-background-color, var(--paper-color));
16461646
--header-family: var(--story-subhead-family, var(--sans));
16471647
--header-transform: var(--story-subhead-transform, inherit);
1648+
--link-hover-decoration: underline;
16481649
}
16491650

16501651
.story-body > * {
@@ -1670,11 +1671,6 @@ html.msb .masthead {
16701671
line-height: 1.66em;
16711672
}
16721673

1673-
.story-body a:hover .story-body a:focus {
1674-
text-decoration: underline;
1675-
outline: none;
1676-
}
1677-
16781674
/**
16791675
* Embeds
16801676
*/

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saratoga-design-system",
3-
"version": "2.8.16",
3+
"version": "2.8.17",
44
"scripts": {
55
"build": "npx sass --no-source-map builds:dist",
66
"version": "npm run build && git add -A dist",

0 commit comments

Comments
 (0)