eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

FormFieldTile: remove disabled style #1100

Closed cguglielmo closed 2 months ago

cguglielmo commented 2 months ago

The current disabled style looks bad, especially the inverted one. Since most of the tiles (except button like tiles) can be used when disabled anyway, they should not look disabled.

-> Removed disabled style of regular form field tiles and adjusted disabled style of tile buttons.

Also set tile selection border width of inverted tiles in dark mode to 2px because inverted and regular tiles look the same.

389352