mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 02:42:41 +02:00
refactor: adjust styling of back top top button (#5469)
* refactor: css variables for back to top button * refactor: adjust back to top button styling * Update from PR feedback * err... darker. * swap secondary color for emphasis scale * reduce contrast further * Add new translations * Cleanup CSS * Remove active state Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
This commit is contained in:
parent
9a089d4886
commit
b6d0378704
25 changed files with 57 additions and 25 deletions
|
@ -33,6 +33,7 @@ export const ThemeClassNames = {
|
|||
common: {
|
||||
editThisPage: 'theme-edit-this-page',
|
||||
lastUpdated: 'theme-last-updated',
|
||||
backToTopButton: 'theme-back-to-top-button',
|
||||
},
|
||||
layout: {
|
||||
// TODO add other stable classNames here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue