Merge pull request #22637 from nextcloud/bugfix/noid/fix-css-selector-for-status-icon

Fix weather status icon selector with nextcloud/vue update
This commit is contained in:
Julien Veyssier 2020-09-07 10:53:54 +02:00 committed by GitHub
commit 9093570c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);