Skip to content

Commit 21f1d84

Browse files
dpwatrousgingi
authored andcommitted
Improve favorite star focus outline contrast
Fixes AB#1097
1 parent 061021e commit 21f1d84

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

desktop/src/@batch-flask/ui/quick-list/quick-list-row-render/quick-list-row-render.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ bl-quick-list-row-render {
7373
padding: 5px;
7474

7575
i {
76-
padding-left: 4px;
76+
padding: 2px;
7777
}
7878

7979
.fa-hourglass-half {
@@ -123,7 +123,6 @@ bl-quick-list-row-render {
123123
.quick-list-details {
124124
flex: 1 1 auto;
125125
overflow: hidden;
126-
padding: 3px;
127126
text-overflow: ellipsis;
128127
min-width: 0;
129128

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

145144
}
146145
}
146+
147+
.focus-outline.focus-visible {
148+
outline-color: $card-background;
149+
}
147150
}
148151

149152
@media (forced-colors: active) {

0 commit comments

Comments
 (0)