@@ -88,6 +88,20 @@ | |||||
border-radius: $dropdown-border-radius; | 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 { | .input-dark { | ||||
background-color: $dark; | background-color: $dark; | ||||
border-color: darken($primary, 40%); | border-color: darken($primary, 40%); | ||||
@@ -96,7 +96,7 @@ | |||||
} | } | ||||
.reply-body { | .reply-body { | ||||
background: var(--gray-100); | |||||
background: var(--gray-50); | |||||
padding: 1rem; | padding: 1rem; | ||||
border-radius: var(--border-radius); | border-radius: var(--border-radius); | ||||
font-size: var(--text-md); | font-size: var(--text-md); | ||||
@@ -179,10 +179,6 @@ | |||||
} | } | ||||
.back-button { | .back-button { | ||||
background: var(--gray-100); | |||||
border-radius: 50%; | |||||
padding: 0.5rem 0.75rem 0.6rem; | |||||
width: fit-content; | |||||
margin-right: 1rem; | margin-right: 1rem; | ||||
} | } | ||||