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:
commit
9093570c4a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue