### Description Field values in RecordInlineCell were disappearing on hover even when read-only. This was caused by the hover CSS being applied unconditionally and readonly prop not used properly. Fixes #14582 --- ### Changes - Added $readonly prop to StyledValueContainer to conditionally apply hover opacity. - Read-only fields now display values normally; --- ### Video -> [Screencast from 2025-09-18 06-17-20.webm](https://github.com/user-attachments/assets/d1ad8a0a-5903-4709-b02a-77ae2e1315f1)