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 3a477ae commit e4b3108Copy full SHA for e4b3108
src/frontend/apps/impress/src/features/docs/doc-tree/components/DocTree.tsx
@@ -287,7 +287,7 @@ export const DocTree = ({ currentDoc }: DocTreeProps) => {
287
opacity: 1;
288
}
289
290
- /* Retirer le focus visuel du root item quand le focus est sur les actions */
+ /* Remove visual focus from the root item when focus is on the actions */
291
&:has(.doc-tree-root-item-actions *:focus) {
292
box-shadow: none !important;
293
0 commit comments