🎨 Minor UI update

This commit is contained in:
liyasthomas
2019-09-02 23:38:24 +05:30
parent db31dbeb0e
commit 17639e94da
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ button {
&:not([disabled]):hover, &:not([disabled]):hover,
&:not(.disabled):focus { &:not(.disabled):focus {
background-color: transparent; background-color: var(--bg-color);
box-shadow: inset 0 0 0 2px var(--ac-color); box-shadow: inset 0 0 0 2px var(--ac-color);
color: var(--ac-color); color: var(--ac-color);
} }

View File

@@ -149,7 +149,7 @@
@media (max-width: 720px) { @media (max-width: 720px) {
.virtual-list.filled { .virtual-list.filled {
min-height: 430px; min-height: 380px;
} }
} }