Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
how to take off the border of clicked button?
Hi,
i'm using Valo theme and a borderless button. When I click it, there is a border with color blue and when I click somewhare else, the border disappears. now I want to take it off because I add other things to show the focus effect, like, a border-bottom line and hover.
I give the button my style name and I'm not sure only configuring my style will override the Valo style.
I have tried :focus, :active but with no luck.
Hi,
.v-button-borderless:after{
display: none;
}
this should remove the border on all borderless buttons when they are focused.
regards
Johannes