mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
fixes button height (#11471)
This commit is contained in:
@@ -373,7 +373,7 @@ class WelcomePage extends Disposable {
|
||||
getDropdownBtn.appendChild(i);
|
||||
nav.appendChild(dropdownUl);
|
||||
dropdownButtonContainer.appendChild(nav);
|
||||
const fileBtnWindowsClasses = ['windows-only', 'linux-only', 'btn-secondary'];
|
||||
const fileBtnWindowsClasses = ['windows-only', 'linux-only'];
|
||||
const fileBtnMacClasses = ['mac-only'];
|
||||
|
||||
const fileBtnContainer = container.querySelector('#open-file-btn-container') as HTMLElement;
|
||||
|
||||
Reference in New Issue
Block a user