diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-04-27 16:57:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 16:57:09 +0200 |
commit | 971e224ce47636e828ee9d2d8003d067bc3da0da (patch) | |
tree | 577904dcee8556ee136ddf0536943760162de10f /apps/weather_status | |
parent | 5570661bbd79bf5cb7c5287f033155d4c8fd67f3 (diff) | |
parent | fe47cf40da6bec69892dbfb7e78d21ab2379da02 (diff) | |
download | nextcloud-server-971e224ce47636e828ee9d2d8003d067bc3da0da.tar.gz nextcloud-server-971e224ce47636e828ee9d2d8003d067bc3da0da.zip |
Merge pull request #32180 from nextcloud/fix/dashboard
Diffstat (limited to 'apps/weather_status')
-rw-r--r-- | apps/weather_status/src/App.vue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/weather_status/src/App.vue b/apps/weather_status/src/App.vue index 8b96a520ef7..89482f61124 100644 --- a/apps/weather_status/src/App.vue +++ b/apps/weather_status/src/App.vue @@ -521,9 +521,6 @@ export default { .icon-weather-status { background-image: url('./../img/app-dark.svg'); } -body.theme--dark .icon-weather-status { - background-image: url('./../img/app.svg'); -} .icon-clearsky-day { background-image: url('./../img/sun.svg'); } |