Skip to content

Commit 448ecc6

Browse files
committed
fix: update focus-visible outline to use CSS variable for consistency
1 parent a8bbfda commit 448ecc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modules/data-widgets/src/themesource/datawidgets/web/_export-alert.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
display: flex;
2121
padding: 4px;
2222
&:focus-visible {
23-
outline: 1px solid $brand-primary;
23+
outline: 1px solid var(--brand-primary, $brand-primary);
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)