remove background-color for user status and weather status in dashboard, build all

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
pull/22307/head
Julien Veyssier 2020-08-20 12:34:15 +07:00
parent 8a3016565f
commit 1ce5dbd95f
No known key found for this signature in database
GPG Key ID: 4141FEE162030638
8 changed files with 9 additions and 76948 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -282,18 +282,12 @@ li:not(.inline) #user-status-menu-item {
width: 100%;
> button {
background-color: var(--color-main-background);
background-size: 16px;
border: 0;
border-radius: var(--border-radius-pill);
font-weight: normal;
padding-left: 40px;
&:hover,
&:focus {
background-color: var(--color-background-hover);
}
&.icon-loading-small {
&::after {
left: 21px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -463,18 +463,12 @@ li:not(.inline) .weather-status-menu-item {
width: 100%;
> button {
background-color: var(--color-main-background) !important;
background-size: 16px;
border: 0;
border-radius: var(--border-radius-pill);
font-weight: normal;
padding-left: 40px;
&:hover,
&:focus {
background-color: var(--color-background-hover) !important;
}
&.icon-loading-small {
&::after {
left: 21px;