Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-04-27 17:57:09 +0300
committerGitHub <noreply@github.com>2022-04-27 17:57:09 +0300
commit971e224ce47636e828ee9d2d8003d067bc3da0da (patch)
tree577904dcee8556ee136ddf0536943760162de10f /apps/weather_status
parent5570661bbd79bf5cb7c5287f033155d4c8fd67f3 (diff)
parentfe47cf40da6bec69892dbfb7e78d21ab2379da02 (diff)
Merge pull request #32180 from nextcloud/fix/dashboard
Diffstat (limited to 'apps/weather_status')
-rw-r--r--apps/weather_status/src/App.vue3
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');
}