Merge pull request #12216 from nextcloud/bugfix/appmenu/loading

Fix loading indicator in app menu
This commit is contained in:
Roeland Jago Douma 2018-11-02 19:34:21 +01:00 committed by GitHub
commit bc98330a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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);
}