diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 8b4dd6d39661..02ceb6b28f16 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -637,14 +637,9 @@ li.entry .error-icon-container { margin-left: 10px; background-color: $grey_l; border-radius: $border-radius; - outline: none; padding: 5px 8px; border: 1px solid $grey_l2; - &:focus { - border-color: $grey_l4; - } - &:hover { background-color: $grey_l2; border-color: $grey_l3; diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index b1bbd840b117..705665117aee 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -45,7 +45,6 @@ body { line-height: $button-height; padding: 0; border: 0; - outline: 0; } button { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index ad74642d296a..5d23f3b67984 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -50,8 +50,7 @@ body { height: 24px; line-height: 24px; padding: 0; - border: 0; - outline: 0; } + border: 0; } button { cursor: pointer; @@ -1500,11 +1499,8 @@ li.entry .error-icon-container { margin-left: 10px; background-color: #f3f3f3; border-radius: 5px; - outline: none; padding: 5px 8px; border: 1px solid #d9d9d9; } - .confirmation-dialog .content .buttons button:focus { - border-color: #8d8d8d; } .confirmation-dialog .content .buttons button:hover { background-color: #d9d9d9; border-color: silver; }