Skip to content

Commit

Permalink
Merge pull request #17227 from nextcloud/backport/17017/stable16
Browse files Browse the repository at this point in the history
[stable16] fix "create folder" icon overlaying home icon
  • Loading branch information
skjnldsv authored Oct 8, 2019
2 parents 54411b7 + 7ee1f82 commit 6021df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,8 @@ code {
background-color: var(--color-background-dark);
border: 1px solid var(--color-border-dark);
border-radius: var(--border-radius-pill);
position: absolute;
top: 4px;
position: relative;
top: -5px;

.icon.icon-add{
background-image: var(--icon-add-000);
Expand Down

0 comments on commit 6021df4

Please sign in to comment.