Prevent print utils from overriding all other display utils (#25269)
* Prevent print utils from overriding all other display utils
Fixes #25221.
I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property.