mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
Update extension border / line styling (#17059)
* updated border styling of tables * reducing border thickness * fixing styling for dark mode * fixing for dark mode * removing box shadow from checkbox
This commit is contained in:
@@ -446,12 +446,13 @@ export class DatabaseBackupPage extends MigrationWizardPage {
|
||||
'font-size': '13px',
|
||||
'font-weight': 'bold',
|
||||
'text-align': 'left',
|
||||
'border-bottom': '1px solid',
|
||||
'box-shadow': 'inset 0px -1px 0px #F3F2F1',
|
||||
|
||||
};
|
||||
const rowCssStyle: azdata.CssStyles = {
|
||||
'border': 'none',
|
||||
'font-size': '13px',
|
||||
'border-bottom': '1px solid',
|
||||
'box-shadow': 'inset 0px -1px 0px #F3F2F1',
|
||||
};
|
||||
|
||||
const networkShareTableText = this._view.modelBuilder.text()
|
||||
|
||||
Reference in New Issue
Block a user