Unable to set CSS outline property.

No way to set CSS outline property?

is the solution covered in this video what you’re looking for?

https://youtu.be/zqcTWz5u-wE?si=c-Y8B97aU16l9JfQ&t=1163

No, not really. Global CSS is not the way i would like to solve my problem. But thanks!

I have a specific element that i would like to remove outline from and i don’t want to pollute global styles with it’s class name that i’ll forget to remove later

not at the moment :confused: If you’re trying to remove the built-in browser’s focused outline style, there is a workaround - you can have the element selected, and choose Apply | Element State from the upper-right on the Design tab, and select “Focused”. You don’t need to add any actual styles, but this is enough for us to override the default focused style

1 Like