Merge branch '20084-update-the-spinner-component' into 'master'
Fix gl-loading-icon bug before gitlab-ui update See merge request gitlab-org/gitlab-ce!25683
This commit is contained in:
commit
40016ab741
2 changed files with 2 additions and 3 deletions
|
@ -158,7 +158,6 @@ export default {
|
||||||
href="#"
|
href="#"
|
||||||
title="Add reaction"
|
title="Add reaction"
|
||||||
>
|
>
|
||||||
<gl-loading-icon inline />
|
|
||||||
<icon
|
<icon
|
||||||
css-classes="link-highlight award-control-icon-neutral"
|
css-classes="link-highlight award-control-icon-neutral"
|
||||||
name="emoji_slightly_smiling_face"
|
name="emoji_slightly_smiling_face"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Add a spinner icon which is rendered using pure css
|
title: Add a spinner icon which is rendered using pure css + update conflicting CSS
|
||||||
merge_request: 25186
|
merge_request: 25683
|
||||||
author:
|
author:
|
||||||
type: changed
|
type: changed
|
||||||
|
|
Loading…
Reference in a new issue