mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
bd110cebfa
commit
b953147990
2 changed files with 4 additions and 2 deletions
|
@ -49,6 +49,8 @@
|
|||
.global-nav-link__anchor {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
line-height: inherit;
|
||||
color: @globalColorWhite;
|
||||
|
||||
&:focus, &:hover {
|
||||
|
|
|
@ -11,10 +11,10 @@ export class SpacesGlobalNavButton extends Component<ButtonProps> {
|
|||
public render() {
|
||||
return (
|
||||
<div className="global-nav-link">
|
||||
<a className="global-nav-link__anchor" onClick={this.props.toggleSpaceSelector}>
|
||||
<button className="global-nav-link__anchor" onClick={this.props.toggleSpaceSelector}>
|
||||
<div className="global-nav-link__icon"> {this.props.linkIcon} </div>
|
||||
<div className="global-nav-link__title"> {this.props.linkTitle} </div>
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue