From caa92c9312688d1ee1e893e270a3d1bb6ec840f1 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 14 Jun 2017 11:11:44 -0700 Subject: [PATCH] Reintroduce outline around confirmation dialog buttons It was very hard to tell which button was selected without the standard outline. FREEBIE --- stylesheets/_conversation.scss | 5 ----- stylesheets/_global.scss | 1 - stylesheets/manifest.css | 6 +----- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 8b4dd6d39..02ceb6b28 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 b1bbd840b..705665117 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 ad74642d2..5d23f3b67 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; }