From c067800a4fa4a32d809e685a0df72c69c345505a Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Mon, 24 Apr 2017 10:00:39 +0100 Subject: [PATCH] Disable dropdown highlight on focus --- .../css/matrix-react-sdk/views/elements/_Dropdown.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/views/elements/_Dropdown.scss b/src/skins/vector/css/matrix-react-sdk/views/elements/_Dropdown.scss index 1f9cbb63dd..26fe3792e8 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/elements/_Dropdown.scss +++ b/src/skins/vector/css/matrix-react-sdk/views/elements/_Dropdown.scss @@ -31,6 +31,11 @@ limitations under the License. border-color: $accent-color; } +/* Disable dropdown highlight on focus */ +.mx_Dropdown_input.mx_AccessibleButton:focus { + filter: none; +} + .mx_Dropdown_arrow { border-color: $primary-fg-color transparent transparent; border-style: solid;