Skip to content

Commit f2c2fa3

Browse files
committed
Use main background color when avatar is active 💄
1 parent 3aa370d commit f2c2fa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/components/repository/Workflow/Filters/Assignee.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default {
5050
}
5151
5252
&.active {
53+
border: 2px solid $main-background-color !important;
5354
box-shadow: var(--v-secondary-base) 0 0 0 2px;
5455
}
5556

0 commit comments

Comments
 (0)