mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
fix(rtk-query): incorrect link color
Other changes: * fix: add missing anchor property value noopener
This commit is contained in:
parent
e84c0dcd99
commit
e5ce000a27
|
@ -12,7 +12,7 @@ export function NoRtkQueryApi(): JSX.Element {
|
||||||
<a
|
<a
|
||||||
href="https://redux-toolkit.js.org/rtk-query/overview#basic-usage"
|
href="https://redux-toolkit.js.org/rtk-query/overview#basic-usage"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer noopener"
|
||||||
>
|
>
|
||||||
the instructions
|
the instructions
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -293,9 +293,11 @@ const getSheetFromColorMap = (map: ColorMap) => {
|
||||||
noApiFound: {
|
noApiFound: {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
|
color: map.TEXT_COLOR,
|
||||||
padding: '1.4em',
|
padding: '1.4em',
|
||||||
'& a': {
|
'& a': {
|
||||||
fontSize: 'inherit',
|
fontSize: 'inherit',
|
||||||
|
color: map.TEXT_COLOR,
|
||||||
textDecoration: 'underline',
|
textDecoration: 'underline',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user