mirror of
https://github.com/apache/superset.git
synced 2026-04-26 11:34:27 +00:00
style: white toolbar for SQL Lab (#10851)
This commit is contained in:
committed by
GitHub
parent
85a916036c
commit
6cb67017a5
@@ -534,6 +534,7 @@ class SqlEditor extends React.PureComponent {
|
||||
<div className="rightItems">
|
||||
<Button
|
||||
className="autocomplete"
|
||||
buttonSize="small"
|
||||
onClick={this.handleToggleAutocompleteEnabled}
|
||||
>
|
||||
<Checkbox checked={this.state.autocompleteEnabled} />{' '}
|
||||
|
||||
@@ -123,7 +123,7 @@ export default class TemplateParamsEditor extends React.Component {
|
||||
<ModalTrigger
|
||||
modalTitle={t('Template Parameters')}
|
||||
triggerNode={
|
||||
<Button tooltip={t('Edit template parameters')}>
|
||||
<Button tooltip={t('Edit template parameters')} buttonSize="small">
|
||||
{`${t('parameters')} `}
|
||||
{paramCount > 0 && <Badge>{paramCount}</Badge>}
|
||||
{!this.state.isValid && (
|
||||
|
||||
Reference in New Issue
Block a user