From fe6acca807931a38442f6d0f839b444a607b08d4 Mon Sep 17 00:00:00 2001 From: dej611 Date: Mon, 12 Apr 2021 15:37:05 +0200 Subject: [PATCH] :rotating_light: Fix linting issue --- .../graph/public/components/field_manager/_field_editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/graph/public/components/field_manager/_field_editor.scss b/x-pack/plugins/graph/public/components/field_manager/_field_editor.scss index 7adeeb06a9ba8..81f722d81c5f2 100644 --- a/x-pack/plugins/graph/public/components/field_manager/_field_editor.scss +++ b/x-pack/plugins/graph/public/components/field_manager/_field_editor.scss @@ -6,7 +6,7 @@ .gphFieldEditor__badge--disabled:focus, .gphFieldEditor__badge--disabled:not(:disabled):focus { opacity: .7; - text-decoration: line-through; + text-decoration: line-through; } // Chrome fix for focus: duplicate or Safari will ignore completely the disabled rule