mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
style: push bootstrap theme towards SIP-34 styles (#10056)
* feat: cartel theme * piling * more tweaks * Make things look better * lint * fix tests * paint it black * tweaks
This commit is contained in:
committed by
GitHub
parent
8e23d4f369
commit
a6390afb89
@@ -112,7 +112,7 @@ class ShareSqlLabQuery extends React.Component {
|
||||
overlay={this.renderPopover()}
|
||||
>
|
||||
<Button bsSize="small" className="toggleSave">
|
||||
<i className="fa fa-clipboard" /> {t('Share Query')}
|
||||
<i className="fa fa-share" /> {t('Share')}
|
||||
</Button>
|
||||
</OverlayTrigger>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user