PanelHeader: Fixed loading icon position (#25949)

* PanelHeader: Fixed loading icon position

* revert back to text weak color
This commit is contained in:
Torkel Ödegaard 2020-06-30 20:57:57 +02:00 committed by GitHub
parent 7cf5172b8a
commit 277b6add6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {