mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
switch exclude object types table to use declarative table component (#22390)
* switch exclude options to use declarative table component * add to disposableListeners
This commit is contained in:
@@ -11,6 +11,10 @@ export namespace cssStyles {
|
||||
export const fontWeightBold = { 'font-weight': 'bold' };
|
||||
export const titleFontSize = 13;
|
||||
|
||||
export const optionsTableHeader = { 'display': 'none', 'border': 'none !important' };
|
||||
export const optionsTableRowLabel = { ...text, 'border-left': 'none', 'border-right': 'none', 'border-top': 'none', 'border-bottom': 'none' }
|
||||
export const optionsTableRowCheckbox = { 'border-left': 'none', 'border-right': 'none', 'border-top': 'none', 'border-bottom': 'none' }
|
||||
|
||||
export const publishDialogLabelWidth = '205px';
|
||||
export const publishDialogTextboxWidth = '190px';
|
||||
export const publishDialogDropdownWidth = '192px';
|
||||
|
||||
Reference in New Issue
Block a user