Skip to content

Commit

Permalink
chore(deps): use new stacks classic rc and add 2.1.0 as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
giamir committed Feb 7, 2024
1 parent 40744b2 commit 4af3721
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
27 changes: 17 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@playwright/test": "^1.41.1",
"@stackoverflow/commitlint-config": "^1.0.0",
"@stackoverflow/prettier-config": "^1.0.0",
"@stackoverflow/stacks": "^2.1.0-rc.0",
"@stackoverflow/tsconfig": "^1.0.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.19.1",
Expand Down Expand Up @@ -86,7 +87,6 @@
"dependencies": {
"@lezer/highlight": "^1.2.0",
"@lezer/markdown": "^1.2.0",
"@stackoverflow/stacks": "^2.0.8",
"@stackoverflow/stacks-icons": "^6.0.0",
"@types/markdown-it": "13.0.7",
"markdown-it": "^13.0.2",
Expand All @@ -106,6 +106,7 @@
"prosemirror-view": "^1.32.7"
},
"peerDependencies": {
"@stackoverflow/stacks": "^2.1.0",
"highlight.js": "^11.6.0"
}
}
4 changes: 3 additions & 1 deletion src/styles/custom-components.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
}

/* NOTE: Transparent focus background only applied when not hovered or in the selected state */
.s-btn.s-editor-btn:not(.s-btn__link):not(.s-btn__unset):not(.is-selected):not(:hover):focus-visible {
.s-btn.s-editor-btn:not(.s-btn__link):not(.s-btn__unset):not(.is-selected):not(
:hover
):focus-visible {
background-color: transparent !important;
}

Expand Down

0 comments on commit 4af3721

Please sign in to comment.