fix(console): avoid Safari brand icon repaint (#39154)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8dc539b4ae
commit
40e4d730ca
@@ -376,9 +376,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.2s ease;
|
|
||||||
/* Prevent Safari from repainting child SVGs mid-transition. */
|
|
||||||
backface-visibility: hidden;
|
|
||||||
|
|
||||||
@media (max-width: 40rem) {
|
@media (max-width: 40rem) {
|
||||||
position: static;
|
position: static;
|
||||||
|
|||||||
Reference in New Issue
Block a user