mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix weather status icon selector with nextcloud/vue update
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
16e1d1cb12
commit
4d60917eb8
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
|
|
@ -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 a new issue