Skip to content

Commit

Permalink
fix(history): show outline on focus-visible (#10343)
Browse files Browse the repository at this point in the history
fix(ai-help): history outline on focus-visible

The mask-image was hiding the outline.
Let's use ellipsis instead when focus-visible.
  • Loading branch information
fiji-flo authored Jan 22, 2024
1 parent 4939357 commit c658fd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/plus/ai-help/history.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@
overflow: hidden;
white-space: nowrap;
width: 100%;

&:focus-visible {
mask-image: initial;
text-overflow: ellipsis;
}
}

&.ai-help-history-active {
Expand Down

0 comments on commit c658fd6

Please sign in to comment.