mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
apply css style at the right element (#14144)
* apply css style at the right element * make mergeCss protected
This commit is contained in:
@@ -19,7 +19,7 @@ import { ILogService } from 'vs/platform/log/common/log';
|
||||
@Component({
|
||||
selector: 'modelview-radioButton',
|
||||
template: `
|
||||
<div #input class="modelview-radiobutton-container">
|
||||
<div #input [ngStyle]="CSSStyles" class="modelview-radiobutton-container">
|
||||
|
||||
</div>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user