Merge branch 'remove-nprogress-gleaning' into 'master'
Remove CSS for nprogress removed See merge request !12737
This commit is contained in:
commit
2b827d0578
2 changed files with 4 additions and 6 deletions
|
@ -336,11 +336,6 @@ table {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nprogress .spinner {
|
|
||||||
top: 15px !important;
|
|
||||||
right: 10px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header-with-avatar {
|
.header-with-avatar {
|
||||||
h3 {
|
h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -450,4 +445,3 @@ table {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
4
changelogs/unreleased/remove-nprogress-gleaning.yml
Normal file
4
changelogs/unreleased/remove-nprogress-gleaning.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: Remove CSS for nprogress removed
|
||||||
|
merge_request: 12737
|
||||||
|
author: Takuya Noguchi
|
Loading…
Reference in a new issue