diff --git a/src/TweetBox.css b/src/TweetBox.css index 2a7b956..ddefa6e 100644 --- a/src/TweetBox.css +++ b/src/TweetBox.css @@ -21,11 +21,19 @@ border: none; } +.tweetBox__input > input:focus { + outline: none; +} + .tweetBox__imageInput { border: none; padding: 10px; } +.tweetBox__imageInput:focus { + outline: none; +} + .tweetBox__tweetButton { background-color: var(--twitter-color) !important; border: none !important;