diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-11-02 19:34:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-02 19:34:21 +0100 |
commit | bc98330a5864c33e9e8517945fc9e7bbd83237d8 (patch) | |
tree | 7d616e2bf6ed8774217e649a5bf3133f65769fe9 /core | |
parent | 4ba709bb7174c260c29e728dfe623c007c1ffc56 (diff) | |
parent | 727df9f970aa10da2061722470c7001805c01e75 (diff) | |
download | nextcloud-server-bc98330a5864c33e9e8517945fc9e7bbd83237d8.tar.gz nextcloud-server-bc98330a5864c33e9e8517945fc9e7bbd83237d8.zip |
Merge pull request #12216 from nextcloud/bugfix/appmenu/loading
Fix loading indicator in app menu
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 879734097ae..30f2c30b7b4 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -553,7 +553,8 @@ nav[role='navigation'] { li { /* Move up app icon */ svg, - .icon-more-white { + .icon-more, icon-more-white, + .icon-loading-small, .icon-loading-small-dark { transform: translateY(-7px); } @@ -582,7 +583,8 @@ nav[role='navigation'] { li a:focus { /* Move up app icon */ svg, - .icon-more-white, { + .icon-more, icon-more-white, + .icon-loading-small, .icon-loading-small-dark { transform: translateY(-7px); } |