mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 23:23:45 -06:00
minor style tweak
This commit is contained in:
parent
f673d60dae
commit
7455dfcc84
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user