-1

I want to remove this blue color frame and also input focus frame . Do you have any idea how to remove this ? enter image description here Can anyone help me with this issue ? Kindly note this is not the border frame .

  • Does this answer your question? [How to remove focus border (outline) around text/input boxes? (Chrome)](https://stackoverflow.com/questions/3397113/how-to-remove-focus-border-outline-around-text-input-boxes-chrome) – Marc Nov 25 '21 at 08:55

1 Answers1

0

You could use a Theme without Frame like High Contrast White (just add ?sap-ui-theme=sap_hcw to your URL) But even this will have a Focus indicator, which is essential for accessibility. If you really need to go without Frame and Focus you will have to create your own Theme (see UI Theme Designer).

A.vH
  • 881
  • 6
  • 10