mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@grafana/ui: Fix login icon (#23732)
* Fix sign in button * Fix modal button in button
This commit is contained in:
@@ -180,9 +180,7 @@ export class ApiKeysPage extends PureComponent<Props, any> {
|
||||
return (
|
||||
<SlideDown in={isAdding}>
|
||||
<div className="cta-form">
|
||||
<button className="cta-form__close btn btn-transparent" onClick={this.onToggleAdding}>
|
||||
<IconButton name="times" />
|
||||
</button>
|
||||
<IconButton name="times" className="cta-form__close btn btn-transparent" onClick={this.onToggleAdding} />
|
||||
<h5>Add API Key</h5>
|
||||
<form className="gf-form-group" onSubmit={this.onAddApiKey}>
|
||||
<div className="gf-form-inline">
|
||||
|
||||
@@ -49,14 +49,11 @@ exports[`Render should render CTA if there are no API keys 1`] = `
|
||||
<div
|
||||
className="cta-form"
|
||||
>
|
||||
<button
|
||||
<IconButton
|
||||
className="cta-form__close btn btn-transparent"
|
||||
name="times"
|
||||
onClick={[Function]}
|
||||
>
|
||||
<IconButton
|
||||
name="times"
|
||||
/>
|
||||
</button>
|
||||
/>
|
||||
<h5>
|
||||
Add API Key
|
||||
</h5>
|
||||
|
||||
Reference in New Issue
Block a user