Commit 277b6add by Torkel Ödegaard Committed by GitHub

PanelHeader: Fixed loading icon position (#25949)

* PanelHeader: Fixed loading icon position

* revert back to text weak color
parent 7cf5172b
......@@ -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 {
......
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