diff --git a/scripts/setup-webview-test-env.js b/scripts/setup-webview-test-env.js index 1e95f371..674fdbfa 100644 --- a/scripts/setup-webview-test-env.js +++ b/scripts/setup-webview-test-env.js @@ -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(); } diff --git a/src/link/link.styles.ts b/src/link/link.styles.ts index fbc4c8de..6f321879 100644 --- a/src/link/link.styles.ts +++ b/src/link/link.styles.ts @@ -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;