mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
Link to latest release
This commit is contained in:
parent
9ec5edaa24
commit
4538e28654
4
.github/workflows/welcome.yml
vendored
4
.github/workflows/welcome.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
comment-token: 'bundle_table'
|
comment-token: 'bundle_table'
|
||||||
script: |
|
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
|
- name: Reporting selector diffs
|
||||||
uses: primer/comment-token-update@main
|
uses: primer/comment-token-update@main
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
diff=$(script/selector-diff-report)
|
diff=$(script/selector-diff-report)
|
||||||
if [[ $diff ]]; then
|
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 $diff
|
echo $diff
|
||||||
echo "\`\`\`"
|
echo "\`\`\`"
|
||||||
|
@ -21,11 +21,4 @@
|
|||||||
max-width: 125px;
|
max-width: 125px;
|
||||||
vertical-align: top;
|
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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user