fix: ui issues

This commit is contained in:
Jannat Patel 2022-03-24 12:25:45 +05:30
parent 37962c75d2
commit 70e64da264
2 changed files with 15 additions and 5 deletions

View file

@ -88,6 +88,20 @@
border-radius: $dropdown-border-radius;
}
.dropdown-item:active {
color: var(--fg-color);
text-decoration: none;
background-color: var(--gray-600);
}
.dropdown-item:active:hover {
color: var(--fg-color);
}
.dropdown-menu a:hover {
cursor: pointer;
}
.input-dark {
background-color: $dark;
border-color: darken($primary, 40%);

View file

@ -96,7 +96,7 @@
}
.reply-body {
background: var(--gray-100);
background: var(--gray-50);
padding: 1rem;
border-radius: var(--border-radius);
font-size: var(--text-md);
@ -179,10 +179,6 @@
}
.back-button {
background: var(--gray-100);
border-radius: 50%;
padding: 0.5rem 0.75rem 0.6rem;
width: fit-content;
margin-right: 1rem;
}