mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[CL-156][CL-176] update bit-nav-item styles (#7712)
* remove secondary-300 color redefinition * add nav-item hover styles * use inset focus-visible ring
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div
|
||||
class="tw-relative"
|
||||
[ngClass]="[
|
||||
showActiveStyles ? 'tw-bg-background-alt4' : 'tw-bg-background-alt3',
|
||||
showActiveStyles ? 'tw-bg-background-alt4' : 'tw-bg-background-alt3 hover:tw-bg-primary-300/60',
|
||||
fvwStyles$ | async
|
||||
]"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user