minor style tweak

This commit is contained in:
Torkel Ödegaard 2018-12-17 12:57:40 +01:00
parent f673d60dae
commit 7455dfcc84
2 changed files with 4 additions and 14 deletions

View File

@ -174,8 +174,7 @@ export class VisualizationTab extends PureComponent<Props, State> {
/>
<i className="gf-form-input-icon fa fa-search" />
</label>
<div className="flex-grow" />
<button className="btn btn-link" onClick={this.onCloseVizPicker}>
<button className="btn btn-link toolbar__close" onClick={this.onCloseVizPicker}>
<i className="fa fa-chevron-up" />
</button>
</>

View File

@ -43,16 +43,7 @@
height: 20px;
}
.toolbar-subview__close {
background: transparent;
padding: 4px 8px 4px 9px;
border: none;
position: absolute;
right: 25px;
top: 20px;
font-size: $font-size-md;
&:hover {
color: $text-color-strong;
}
.toolbar__close {
flex-grow: 1;
text-align: left;
}