Fix weather status icon selector with nextcloud/vue update

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-09-07 09:51:30 +02:00
parent 16e1d1cb12
commit 4d60917eb8
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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);