stdlib-js / www

Website for stdlib, a standard library for JavaScript and Node.js.
https://stdlib.io
Apache License 2.0
6 stars 8 forks source link

[Bug]: navigation icon hover states are no longer circular #44

Closed kgryte closed 2 years ago

kgryte commented 2 years ago

Description

Encountered an error when hovering over top-navigation icons. They are oblong, rather than circular. This change likely happened during the migration from Material UI to Mui v5.

Related Issues

None.

Questions

No.

Demo

No response

Reproduction

-  hover over top-navigation icons.

Expected Results

The hover backgrounds should be circular.

Actual Results

The hover backgrounds are oblong.

Environments

Firefox, Chrome, Safari, Microsoft Edge, Internet Explorer, Other Browser

Browser Version

No response

Node.js / npm Version

No response

Platform

No response

Checklist

Planeshifter commented 2 years ago

This should be resolved by the CSS changes in 30f48188c9fe8e85d68a5b804951f70000156b52.

kgryte commented 2 years ago

I believe this has been resolved. We no longer have circular hover states. Closing...