Commit 7455dfcc by Torkel Ödegaard

minor style tweak

parent f673d60d
...@@ -174,8 +174,7 @@ export class VisualizationTab extends PureComponent<Props, State> { ...@@ -174,8 +174,7 @@ export class VisualizationTab extends PureComponent<Props, State> {
/> />
<i className="gf-form-input-icon fa fa-search" /> <i className="gf-form-input-icon fa fa-search" />
</label> </label>
<div className="flex-grow" /> <button className="btn btn-link toolbar__close" onClick={this.onCloseVizPicker}>
<button className="btn btn-link" onClick={this.onCloseVizPicker}>
<i className="fa fa-chevron-up" /> <i className="fa fa-chevron-up" />
</button> </button>
</> </>
......
...@@ -43,16 +43,7 @@ ...@@ -43,16 +43,7 @@
height: 20px; height: 20px;
} }
.toolbar-subview__close { .toolbar__close {
background: transparent; flex-grow: 1;
padding: 4px 8px 4px 9px; text-align: left;
border: none;
position: absolute;
right: 25px;
top: 20px;
font-size: $font-size-md;
&:hover {
color: $text-color-strong;
}
} }
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