Skip to content

Commit

Permalink
Improve favorite star focus outline contrast
Browse files Browse the repository at this point in the history
Fixes AB#1097
  • Loading branch information
dpwatrous committed Oct 19, 2023
1 parent c05cfc7 commit 0b520d7
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ bl-quick-list-row-render {
padding: 5px;

i {
padding-left: 4px;
padding: 2px;
}

.fa-hourglass-half {
Expand Down Expand Up @@ -123,7 +123,6 @@ bl-quick-list-row-render {
.quick-list-details {
flex: 1 1 auto;
overflow: hidden;
padding: 3px;
text-overflow: ellipsis;
min-width: 0;

Expand All @@ -144,6 +143,10 @@ bl-quick-list-row-render {

}
}

.focus-outline.focus-visible {
outline-color: $card-background;
}
}

@media (forced-colors: active) {
Expand Down

0 comments on commit 0b520d7

Please sign in to comment.