Skip to content

Commit

Permalink
fix: bottom tab
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul99ahad committed Nov 26, 2024
1 parent 69c379c commit 48a989b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/app/status-bar/StatusBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@
&:focus {
outline: none;
box-shadow: none;
background-color: var(--status-bar-focus-background-color);
}

&:focus-visible {
box-shadow: inset var(--focus-shadow);
}
}

Expand Down

0 comments on commit 48a989b

Please sign in to comment.