Answers for "change input box outline css"

CSS
2

remove outline of input css

.sidebar_searchcontainer > input {
    border:none;
    outline-width: 0;
}
Posted by: Guest on April-25-2021
1

text input layout outline box

style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
Posted by: Guest on May-17-2020

Browse Popular Code Answers by Language