mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
style: SIP-34 labels (#10403)
* style: SIP-34 labels Aligning with SIP-34 designs for labels/pills. Going uppercase fixes the padding issues we had before, and the rounder pills look better. Cleaning up some CSS in the process * lint
This commit is contained in:
committed by
GitHub
parent
09dfbab7ed
commit
ea3c3bbae4
@@ -163,7 +163,6 @@ export class ExploreChartHeader extends React.PureComponent {
|
||||
endTime={chartUpdateEndTime}
|
||||
isRunning={chartStatus === 'loading'}
|
||||
status={CHART_STATUS_MAP[chartStatus]}
|
||||
style={{ fontSize: '10px', marginRight: '5px' }}
|
||||
/>
|
||||
<ExploreActionButtons
|
||||
actions={this.props.actions}
|
||||
|
||||
@@ -47,10 +47,7 @@ export default function RowCountLabel({ rowcount, limit, suffix }) {
|
||||
);
|
||||
return (
|
||||
<TooltipWrapper label="tt-rowcount" tooltip={tooltip}>
|
||||
<Label
|
||||
bsStyle={bsStyle}
|
||||
style={{ fontSize: '10px', marginRight: '5px', cursor: 'pointer' }}
|
||||
>
|
||||
<Label bsStyle={bsStyle} className="m-r-5 pointer">
|
||||
{formattedRowCount} {suffix}
|
||||
</Label>
|
||||
</TooltipWrapper>
|
||||
|
||||
Reference in New Issue
Block a user