mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix: hack the colours
This commit is contained in:
@@ -6,7 +6,7 @@ const Magnifier = (): JSX.Element => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<span className='sr-only'>{t('icons.Magnifier')}</span>
|
||||
<span className='sr-only magnifier'>{t('icons.Magnifier')}</span>
|
||||
<svg
|
||||
className='ais-SearchBox-submitIcon'
|
||||
height='10'
|
||||
|
||||
@@ -684,3 +684,7 @@ a[class^='ais-'] {
|
||||
strong.ais-Highlight-highlighted {
|
||||
background-color: transparent;
|
||||
}
|
||||
.magnifier {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user