Skip to content

Commit 41caeea

Browse files
committed
fix(ui-top-nav-bar): fix TopNavBarBrand flashing an outline on hover
The root cause was that now View uses the CSS outline prop to display its focus ring, but it was overridden here To test: Check the TopNavBarBrand example in the docs app it should not flash an outline on hover Fixes: INSTUI-4585
1 parent 766082d commit 41caeea

File tree

1 file changed

+0
-1
lines changed
  • packages/ui-top-nav-bar/src/TopNavBar/TopNavBarBrand

1 file changed

+0
-1
lines changed

packages/ui-top-nav-bar/src/TopNavBar/TopNavBarBrand/styles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ const generateStyle = (
5959
justifyContent: 'flex-start',
6060
alignItems: 'stretch',
6161
border: 0,
62-
outline: 0,
6362
padding: 0,
6463
margin: 0,
6564
appearance: 'none',

0 commit comments

Comments
 (0)