mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
PanelHeader: Fixed loading icon position (#25949)
* PanelHeader: Fixed loading icon position * revert back to text weak color
This commit is contained in:
parent
7cf5172b8a
commit
277b6add6d
@ -73,11 +73,11 @@ $panel-header-no-title-zindex: 1;
|
||||
|
||||
.panel-loading {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 8px;
|
||||
top: 0px;
|
||||
right: 4px;
|
||||
z-index: $panel-header-z-index + 1;
|
||||
font-size: $font-size-lg;
|
||||
color: $text-blue;
|
||||
color: $text-color-weak;
|
||||
}
|
||||
|
||||
.panel-empty {
|
||||
|
Loading…
Reference in New Issue
Block a user