mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +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:
@@ -19,8 +19,7 @@
|
||||
variant === 'secondary' && {
|
||||
'--color-text-alt2': 'var(--color-text-main)',
|
||||
'--color-background-alt3': 'var(--color-secondary-100)',
|
||||
'--color-background-alt4': 'var(--color-secondary-300)',
|
||||
'--color-secondary-300': 'var(--color-secondary-500)'
|
||||
'--color-background-alt4': 'var(--color-secondary-300)'
|
||||
}
|
||||
"
|
||||
class="tw-fixed tw-inset-y-0 tw-left-0 tw-h-screen tw-w-60 tw-overflow-auto tw-bg-background-alt3"
|
||||
|
||||
Reference in New Issue
Block a user