fix(console): avoid Safari brand icon repaint (#39154)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
This commit is contained in:
parent
8dc539b4ae
commit
40e4d730ca
1 changed files with 0 additions and 3 deletions
|
|
@ -376,9 +376,6 @@
|
|||
align-items: center;
|
||||
gap: 16px;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease;
|
||||
/* Prevent Safari from repainting child SVGs mid-transition. */
|
||||
backface-visibility: hidden;
|
||||
|
||||
@media (max-width: 40rem) {
|
||||
position: static;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue