Commit 7455dfcc by Torkel Ödegaard

minor style tweak

parent f673d60d
......@@ -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>
</>
......
......@@ -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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment