Bugfix
(User-visible)
Detail
#27516
Beacon fields display huge icon in "immutable" status in Dezent theme
Modern Theme: (In the middle of the screenshot)
Decent Theme:
Cause
There ex. in the Decent theme a CSS selector cBeacon input, which sets the width and height of the input field to 16px. In the immutable case, an img is displayed instead of an input field. Since no size is defined for this field it is displayed "maximally".
Test
Start the demo application, change the theme to "Decent-Modern" and then switch to the view Technical Demo > Layout Framework 1 > Forms > Form Controls (inline). The value of the beaconControl-complexField attribute should be displayed in a size of 16px in the immutable case.