Skip to content
Snippets Groups Projects
Unverified Commit d27b26d5 authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

give table settings gear a hover state (#11245)

parent d181a210
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ export default class MetadataHeader extends Component {
return (
<span className="ml4 mr3">
<Link to={`${this.props.location.pathname}/settings`}>
<Icon name="gear" />
<Icon name="gear" className="text-brand-hover" />
</Link>
</span>
);
......@@ -106,7 +106,7 @@ export default class MetadataHeader extends Component {
</div>
<div className="MetadataEditor-headerSection flex flex-align-right align-center flex-no-shrink">
<SaveStatus ref="status" />
<span className="mr1">{t`Show original schema`}</span>
<div className="mr1 text-medium">{t`Show original schema`}</div>
<Toggle
value={this.props.isShowingSchema}
onChange={this.props.toggleShowSchema}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment