Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Changing SAPUI5 Style with CSS when getting focus

$
0
0

Hey there,

 

I have a small problem with CSS.

I tried to remove those dotted border when a SAPUI5 element gets focus. Could anybody help me?

 

I've already tried to overwrite :focus

 

:focus {

  outline-style: dotted!important;

  outline-width: 0px!important;

  outline-color: #FFFFFF!important;

}

 

 

THANKS!


Viewing all articles
Browse latest Browse all 6412

Trending Articles