mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
updating download button text color to white for hover state.
This commit is contained in:
parent
edce308736
commit
bcf3274559
|
@ -35,10 +35,12 @@ export const DownloadButton = styled.a`
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: #0084CE;
|
background: #0084CE;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: #339DD8;;
|
background: #339DD8;
|
||||||
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
&:active {
|
&:active {
|
||||||
background: #00639B;;
|
background: #00639B;
|
||||||
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
${extensionsHook('DownloadButton')};
|
${extensionsHook('DownloadButton')};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user