From 919b0581751aa471305f8b4110aee7ae3e78dd35 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Mon, 16 Mar 2020 10:20:55 -0700 Subject: [PATCH] fix the focus outline color (#9632) --- src/sql/workbench/browser/modal/media/modal.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/sql/workbench/browser/modal/media/modal.css b/src/sql/workbench/browser/modal/media/modal.css index 6809af4022..1031c050d6 100644 --- a/src/sql/workbench/browser/modal/media/modal.css +++ b/src/sql/workbench/browser/modal/media/modal.css @@ -214,7 +214,16 @@ .modal.flyout-dialog .dialog-message-button { min-width: 60px; - margin-right: 10px; + margin: 3px 10px 3px 3px; +} + +.modal.flyout-dialog .dialog-message.info .dialog-message-button > a:focus, +.modal.flyout-dialog .dialog-message.error .dialog-message-button > a:focus{ + outline-color: #FFFFFF; +} + +.modal.flyout-dialog .dialog-message.warning .dialog-message-button > a:focus{ + outline-color: #000000; } .modal.flyout-dialog .dialog-message-button > a {