summaryrefslogtreecommitdiffstats
path: root/apps/weather_status/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-09-07 09:51:30 +0200
committerJoas Schilling <coding@schilljs.com>2020-09-07 09:51:30 +0200
commit4d60917eb846ca18d9b45c0df3e81bec46793840 (patch)
tree7d91d71eb687bba8d4fc79d862c7aa3c11a737c9 /apps/weather_status/src
parent16e1d1cb12229270d61d89dfda93399d056d456c (diff)
downloadnextcloud-server-4d60917eb846ca18d9b45c0df3e81bec46793840.tar.gz
nextcloud-server-4d60917eb846ca18d9b45c0df3e81bec46793840.zip
Fix weather status icon selector with nextcloud/vue update
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/weather_status/src')
-rw-r--r--apps/weather_status/src/App.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/weather_status/src/App.vue b/apps/weather_status/src/App.vue
index b845d1ecc85..ec106e2aaba 100644
--- a/apps/weather_status/src/App.vue
+++ b/apps/weather_status/src/App.vue
@@ -453,7 +453,7 @@ li:not(.inline) .weather-status-menu-item {
&__subheader {
width: 100%;
- > button {
+ .trigger > .icon {
background-color: var(--color-main-background);
background-size: 16px;
border: 0;
@@ -472,7 +472,7 @@ li:not(.inline) .weather-status-menu-item {
.inline .weather-status-menu-item__subheader {
width: 100%;
- > button {
+ .trigger > .icon {
background-size: 16px;
border: 0;
border-radius: var(--border-radius-pill);