-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Mirador 4 alpha #2333
base: main
Are you sure you want to change the base?
Conversation
* @param theme | ||
* @returns {{ctrlBtn: {margin: (number|string)}}} | ||
*/ | ||
const styles = theme => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Find out if we need this style...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This style can provide a class to Mirador here: https://github.com/ProjectMirador/mirador/blob/mui6/src/components/WindowTopMenuButton.js#L34
Visually, this button's background when selected looks to match the other buttons without this class/style.
So it seems on the surface that it isn't needed.
![Screenshot 2025-02-12 at 5 40 15 PM](https://private-user-images.githubusercontent.com/1328900/412640897-2edd66a9-0604-427e-852b-78e00265a7bb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MDMzMDYsIm5iZiI6MTczOTQwMzAwNiwicGF0aCI6Ii8xMzI4OTAwLzQxMjY0MDg5Ny0yZWRkNjZhOS0wNjA0LTQyN2UtODUyYi03OGUwMDI2NWE3YmIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMjMzMDA2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YmNlZTQyNzhlMGQ2M2VhZTkwMTE4OWZkY2JmNDI3ZDg5MjZmZTRkZTJmMmIyNGI5NDYwMmE1ODQzN2IyNmVhZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.N7VNGkrtKm7w8UAkCvFb4FK4D3qYv_jT5y3NrjESiN4)
![Screenshot 2025-02-12 at 5 40 25 PM](https://private-user-images.githubusercontent.com/1328900/412640898-e0dc970f-9659-4bd9-835c-8c5948aba513.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MDMzMDYsIm5iZiI6MTczOTQwMzAwNiwicGF0aCI6Ii8xMzI4OTAwLzQxMjY0MDg5OC1lMGRjOTcwZi05NjU5LTRiZDktODM1Yy04YzU5NDhhYmE1MTMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMjMzMDA2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OWNhYzU3NzQ1MTlhMmVkMTg3YTEzYTBlODA5YTUzZWZiYjQwNTEwMDkyZGE1N2U5NmE0NzRmMmVlOGI3MGNhZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.wa4XdWCBOmTpil3ArCW_2C-aMXq8rBI_vXQ5QdG7Bvw)
🎉 |
6b3e803
to
a63097e
Compare
No description provided.