Merge pull request #17017 from ritsute/fix/css-actions.creatable

fix "create folder" icon overlaying home icon
This commit is contained in:
Roeland Jago Douma 2019-09-19 21:36:37 +02:00 committed by GitHub
commit 505fc0e1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -774,8 +774,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);