Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2020-08-20 13:34:15 +0300
committerJulien Veyssier <eneiluj@posteo.net>2020-08-20 13:34:15 +0300
commit1ce5dbd95fcd9dd88f8c666aa2e9cf62f0bf6b53 (patch)
tree72b113c9362f2d0dec94f0d007f028656bc316a3 /apps/user_status/src
parent8a3016565f55c123a8259c6a982cc9425b5036b8 (diff)
remove background-color for user status and weather status in dashboard, build all
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Diffstat (limited to 'apps/user_status/src')
-rw-r--r--apps/user_status/src/App.vue6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/user_status/src/App.vue b/apps/user_status/src/App.vue
index 75b6b43e9cd..8db000e9f90 100644
--- a/apps/user_status/src/App.vue
+++ b/apps/user_status/src/App.vue
@@ -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;