1

How do I get ride of the orange border? I'm using Chrome and that border shows up now where in computed styles!

TabContainer

Josh Darnell
  • 11,304
  • 9
  • 38
  • 66
Arash N
  • 324
  • 1
  • 2
  • 10

1 Answers1

2

Remove Safari/Chrome textinput/textarea glow

As per the link provided

textarea, input { outline: none; }

Tried, tested & worked :P

Community
  • 1
  • 1
Rohan Büchner
  • 5,333
  • 4
  • 62
  • 106