File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const DesktopNavMenu = ({ toggleColorMode }: DesktopNavMenuProps) => {
52
52
aria-label = { themeIconAriaLabel }
53
53
variant = "ghost"
54
54
isSecondary
55
- className = "group px-2 xl:px-3 [&>svg]:transition-all [&>svg]:duration-500 [&>svg]:hover:rotate-12 [&>svg]:hover:text-primary-hover"
55
+ className = "group px-2 xl:px-3 [&>svg]:transition-transform [&>svg]:duration-500 [&>svg]:hover:rotate-12 [&>svg]:hover:text-primary-hover"
56
56
onClick = { toggleColorMode }
57
57
>
58
58
< ThemeIcon className = "transform-transform duration-500 group-hover:rotate-12 group-hover:transition-transform group-hover:duration-500" />
@@ -64,7 +64,7 @@ const DesktopNavMenu = ({ toggleColorMode }: DesktopNavMenuProps) => {
64
64
name = { DESKTOP_LANGUAGE_BUTTON_NAME }
65
65
ref = { languagePickerRef }
66
66
variant = "ghost"
67
- className = "gap-0 px-2 text-body transition-colors duration-500 active:bg-primary-low-contrast active:text-primary-hover data-[state='open']:bg-primary-low-contrast data-[state='open']:text-primary-hover xl:px-3 [&_svg]:transition-transform [&_svg]:duration-500 [&_svg]:hover:rotate-12"
67
+ className = "gap-0 px-2 text-body transition-transform duration-500 active:bg-primary-low-contrast active:text-primary-hover data-[state='open']:bg-primary-low-contrast data-[state='open']:text-primary-hover xl:px-3 [&_svg]:transition-transform [&_svg]:duration-500 [&_svg]:hover:rotate-12"
68
68
>
69
69
< BsTranslate className = "me-2 align-middle text-2xl" />
70
70
< span className = "hidden lg:inline-block" >
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ const SearchButton = forwardRef<HTMLButtonElement, ButtonProps>(
15
15
ref = { ref }
16
16
aria-label = { t ( "aria-toggle-search-button" ) }
17
17
className = { cn (
18
- "px-2 ease-in-out [&>svg]:transition-all [&>svg]:duration-500 [&>svg]:hover:rotate-12 [&>svg]:hover:text-primary-hover" ,
19
- "group me-3 border border-disabled hover:border-primary-hover" ,
18
+ "group px-2 ease-in-out [&>svg]:transition-all [&>svg]:duration-500 [&>svg]:hover:rotate-12 [&>svg]:hover:text-primary-hover" ,
20
19
className
21
20
) }
22
21
variant = "ghost"
You can’t perform that action at this time.
0 commit comments