1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

Link to latest release

This commit is contained in:
Jon Rohan 2021-05-05 10:39:14 -07:00
parent 9ec5edaa24
commit 4538e28654
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
2 changed files with 2 additions and 9 deletions

View File

@ -56,7 +56,7 @@ jobs:
with:
comment-token: 'bundle_table'
script: |
echo "### Bundles with a size change since latest release\n\n$(script/bundle-size-report.js)"
echo "### Bundles with a size change since [latest release](https://github.com/primer/css/releases/latest)\n\n$(script/bundle-size-report.js)"
- name: Reporting selector diffs
uses: primer/comment-token-update@main
@ -67,7 +67,7 @@ jobs:
script: |
diff=$(script/selector-diff-report)
if [[ $diff ]]; then
echo "### Selectors added/removed"
echo "### Selectors added/removed since [latest release](https://github.com/primer/css/releases/latest)"
echo "\`\`\`diff"
echo $diff
echo "\`\`\`"

View File

@ -21,11 +21,4 @@
max-width: 125px;
vertical-align: top;
}
&.expandable.zeroclipboard-is-hover .css-truncate-target,
&.expandable.zeroclipboard-is-hover.css-truncate-target,
&.expandable:hover .css-truncate-target,
&.expandable:hover.css-truncate-target {
max-width: 10000px !important;
}
}