Skip to content

Commit

Permalink
Merge pull request #336 from nextcloud/darktheme-fix
Browse files Browse the repository at this point in the history
Move to SCSS and fix app icon for dark theme
  • Loading branch information
nickvergessen committed Jan 21, 2019
2 parents 09234b3 + fee4a2f commit eb66fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/settings.css → css/settings.scss
Expand Up @@ -23,5 +23,5 @@ table.activitysettings td.small label {
}

.nav-icon-activity {
background-image: url('../img/activity-dark.svg?v=1');
@include icon-color('activity-dark', 'activity', $color-black);
}
2 changes: 1 addition & 1 deletion css/style.css → css/style.scss
Expand Up @@ -184,7 +184,7 @@
}

.icon-activity {
background-image: url('../img/activity-dark.svg?v=1');
@include icon-color('activity-dark', 'activity', $color-black);
}
/* colored icons, in addition to core ones */
.activity-icon {
Expand Down

0 comments on commit eb66fa0

Please sign in to comment.