Revert "Added transition to theme switch."

This reverts commit 5d467622f4.
This commit is contained in:
2020-04-02 03:19:45 +02:00
parent 5d467622f4
commit 0ad1a5e049
14 changed files with 44 additions and 39 deletions

View File

@@ -184,14 +184,13 @@ export default {
.tile {
background: var(--background);
height: 100%;
display: flex;
flex-direction: column;
box-sizing: border-box;
padding: 0 0 .5rem 0;
overflow: hidden;
box-shadow: 0 0 3px var(--darken-weak);
transition: background var(--theme-transition);
box-shadow: 0 0 3px var(--shadow-weak);
height: 100%;
}
.poster {
@@ -300,7 +299,6 @@ export default {
line-height: 1.5;
text-overflow: ellipsis;
overflow: hidden;
transition: color var(--theme-transition);
.icon {
margin: 0 .25rem 0 0;
@@ -318,7 +316,6 @@ export default {
overflow: hidden;
max-height: 2.75rem;
line-height: 1.5rem;
transition: color var(--theme-transition);
}
.tags {
@@ -361,7 +358,6 @@ export default {
text-decoration: none;
line-height: 1;
border: solid 1px var(--shadow-hint);
transition: color var(--theme-transition), border-color var(--theme-transition);
&:hover {
color: var(--primary);

View File

@@ -47,18 +47,18 @@ export default {
.logo {
width: 100%;
height: 5rem;
color: var(--text-contrast);
color: $text-contrast;
display: flex;
align-items: center;
justify-content: center;
object-fit: contain;
font-size: 1rem;
font-weight: bold;
filter: var(--logo-highlight);
filter: $logo-highlight;
}
.title {
color: var(--text);
color: $text;
height: 100%;
display: flex;
align-items: center;