diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index ee42de82..c8bc2654 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -484,3 +484,8 @@ input[type=text], input[type=search], textarea { margin-left: 20px; } } + +//yellow border fix +.inbox:focus { + outline: none; +} diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index f2733228..65b400ae 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -439,6 +439,9 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu background: #2090ea; margin-left: 20px; } +.inbox:focus { + outline: none; } + @keyframes progress-bar-stripes { from { background-position: 40px 0; }