We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061021e commit 21f1d84Copy full SHA for 21f1d84
desktop/src/@batch-flask/ui/quick-list/quick-list-row-render/quick-list-row-render.scss
@@ -73,7 +73,7 @@ bl-quick-list-row-render {
73
padding: 5px;
74
75
i {
76
- padding-left: 4px;
+ padding: 2px;
77
}
78
79
.fa-hourglass-half {
@@ -123,7 +123,6 @@ bl-quick-list-row-render {
123
.quick-list-details {
124
flex: 1 1 auto;
125
overflow: hidden;
126
- padding: 3px;
127
text-overflow: ellipsis;
128
min-width: 0;
129
@@ -144,6 +143,10 @@ bl-quick-list-row-render {
144
143
145
146
+
147
+ .focus-outline.focus-visible {
148
+ outline-color: $card-background;
149
+ }
150
151
152
@media (forced-colors: active) {
0 commit comments