change users focus border to match hover color
This commit is contained in:
parent
ea86c2936e
commit
3b8a721068
@ -9,6 +9,6 @@
|
||||
}
|
||||
|
||||
.scrollableList {
|
||||
@include elementFocus($item-focus-border);
|
||||
@include elementFocus($list-item-bg-hover);
|
||||
@include scrollbox-vertical($user-list-bg);
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
}
|
||||
|
||||
.scrollableList {
|
||||
@include elementFocus($item-focus-border);
|
||||
@include elementFocus($list-item-bg-hover);
|
||||
@include scrollbox-vertical($user-list-bg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user