Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/setup-webview-test-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async function main() {
console.log('Next steps:');
console.log(` 1. Open the ${color(['cyan'], 'test-webview')} folder in a new VS Code window`);
console.log(` 2. Press ${color(['cyan'], 'F5')} to open the webview test extension with the most recent toolkit build loaded`);
console.log(` 3. Run the "${color(['cyan'], 'Webview UI Toolkit: All Components')}" command using the VS Code command palette`);
console.log(` 3. Run the "${color(['cyan'], 'Webview UI Toolkit: Open all components gallery')}" command using the VS Code command palette`);
console.log();
}

Expand Down
4 changes: 0 additions & 4 deletions src/link/link.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,15 @@ export const linkStyles = (
outline: none;
}
.control {
align-items: center;
background: transparent;
border: calc(${borderWidth} * 1px) solid transparent;
border-radius: calc(${cornerRadius} * 1px);
box-sizing: border-box;
color: inherit;
cursor: inherit;
display: inline-flex;
fill: inherit;
font-family: inherit;
flex-grow: 1;
height: inherit;
justify-content: center;
padding: 0;
outline: none;
text-decoration: none;
Expand Down