dark mode for teams

This commit is contained in:
Čarodej
2021-10-26 06:57:40 +02:00
parent d4990d8d5f
commit fda82d6dbf
117 changed files with 371 additions and 240 deletions

View File

@@ -167,7 +167,7 @@
}
}
.dark-mode {
.dark {
.popup-wrapper {
background: $dark_mode_foreground;
}

View File

@@ -104,7 +104,7 @@
}
}
.dark-mode {
.dark {
.button-base {

View File

@@ -34,7 +34,7 @@ export default {
background-color: darken($light_background, 5%);
}
.dark-mode {
.dark {
.is-deactive {
background-color: lighten($dark_mode_foreground, 10%);

View File

@@ -157,7 +157,7 @@ export default {
padding: 0;
}
.dark-mode {
.dark {
.contextmenu {
background: $dark_mode_foreground;
}

View File

@@ -361,7 +361,7 @@
}
}
.dark-mode {
.dark {
.team-preview:hover {
background: $dark_mode_foreground;

View File

@@ -95,7 +95,7 @@ export default {
background: white;
}
.dark-mode {
.dark {
#drag-ui {
background: $dark_mode_foreground;
}

View File

@@ -72,7 +72,7 @@
}
}
.dark-mode {
.dark {
.text-content {
.title {

View File

@@ -50,7 +50,7 @@
}
}
.dark-mode {
.dark {
.empty-message {
.message {

View File

@@ -105,7 +105,7 @@
}
}
.dark-mode {
.dark {
#mobile-actions-wrapper {
background: $dark_mode_background;
}

View File

@@ -554,7 +554,7 @@ export default {
}
}
.dark-mode {
.dark {
.file-wrapper {

View File

@@ -21,7 +21,7 @@
:size="28"
:is-border="true"
:member="item.data.relationships.user"
class="absolute -right-2 -bottom-2"
class="absolute -right-2 -bottom-2 z-10"
/>
<!--If is file or image, then link item-->
@@ -524,7 +524,7 @@ export default {
}
}
.dark-mode {
.dark {
.file-wrapper {
.icon-item {

View File

@@ -120,7 +120,7 @@
}
}
.dark-mode {
.dark {
.folder-icon {
&.is-deleted {

View File

@@ -129,7 +129,7 @@ export default {
}
}
.dark-mode {
.dark {
.meta-data-list {
li {

View File

@@ -5,7 +5,7 @@
v-if="member.data.attributes.avatar"
:src="member.data.attributes.avatar"
:alt="member.data.attributes.name"
:class="[borderRadius, {'border-3 border-white': isBorder}]"
:class="[borderRadius, {'border-3 border-white dark:border-dark-background': isBorder}]"
class=""
>
<div

View File

@@ -98,7 +98,7 @@
}
}
.dark-mode {
.dark {
.mobile-action-button {
background: $dark_mode_foreground;

View File

@@ -64,7 +64,7 @@
}
}
.dark-mode {
.dark {
.mobile-action-button {
background: $dark_mode_foreground;

View File

@@ -88,7 +88,7 @@ export default {
}
}
.dark-mode {
.dark {
.multiselect-actions {
background: $dark_mode_foreground;

View File

@@ -141,7 +141,7 @@
}
}
.dark-mode {
.dark {
.mobile-toolbar {
background: $dark_mode_background;

View File

@@ -187,7 +187,7 @@ import {
}
}
.dark-mode {
.dark {
.menu-option {
color: $dark_mode_text_primary;

View File

@@ -28,7 +28,7 @@
}
}
.dark-mode {
.dark {
.menu-option-group {
border-color: $dark_mode_border_color;
}

View File

@@ -74,7 +74,7 @@ import {
}
}
.dark-mode {
.dark {
.menu-option {
color: $dark_mode_text_primary;

View File

@@ -101,7 +101,7 @@ export default {
}
}
.dark-mode {
.dark {
.popup-wrapper {
background: $dark_mode_foreground;
}

View File

@@ -30,7 +30,7 @@ export default {
}
}
.dark-mode {
.dark {
.progress-bar {
background: $dark_mode_foreground;
@@ -39,7 +39,7 @@ export default {
@media only screen and (min-width: 680px) {
.dark-mode .progress-bar {
.dark .progress-bar {
background: $dark_mode_foreground;
}
}

View File

@@ -82,7 +82,7 @@
}
}
.dark-mode {
.dark {
.search-bar {
background: $dark_mode_foreground;

View File

@@ -77,7 +77,7 @@ export default {
}
}
.dark-mode {
.dark {
.wrapper {
.text {
.title {

View File

@@ -115,7 +115,7 @@
}
}
.dark-mode {
.dark {
.button {
background: transparent;

View File

@@ -129,7 +129,7 @@
}
}
.dark-mode {
.dark {
.progress-bar {
background: $dark_mode_foreground;
}