Skip to content

Commit

Permalink
Merge pull request #12328 from nextcloud/more-icon-move
Browse files Browse the repository at this point in the history
Fix missing dot before class name
  • Loading branch information
MorrisJobke authored Nov 7, 2018
2 parents c26d847 + 4468141 commit b56cb41
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,10 @@ nav[role='navigation'] {
li {
/* Move up app icon */
svg,
.icon-more, icon-more-white,
.icon-loading-small, .icon-loading-small-dark {
.icon-more,
.icon-more-white,
.icon-loading-small,
.icon-loading-small-dark {
transform: translateY(-7px);
}

Expand Down Expand Up @@ -583,8 +585,10 @@ nav[role='navigation'] {
li a:focus {
/* Move up app icon */
svg,
.icon-more, icon-more-white,
.icon-loading-small, .icon-loading-small-dark {
.icon-more,
.icon-more-white,
.icon-loading-small,
.icon-loading-small-dark {
transform: translateY(-7px);
}

Expand Down

0 comments on commit b56cb41

Please sign in to comment.