mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 15:27:01 -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" />
|
<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 @@
|
|||||||
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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user