Fix hover/focus bg overriding active bg in ConversationList
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
parent
d6cc067507
commit
17ea2b58de
8 changed files with 40 additions and 40 deletions
|
@ -88,7 +88,9 @@ button.ListTile {
|
|||
|
||||
&--clickable {
|
||||
cursor: pointer;
|
||||
&:hover:not([aria-disabled='true']) {
|
||||
|
||||
&:hover:not([aria-disabled='true'], [aria-selected='true']),
|
||||
&:focus:not([aria-disabled='true'], [aria-selected='true']) {
|
||||
@include light-theme {
|
||||
background-color: $color-black-alpha-06;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue