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!