From 3ae8a5d620a0f39f80c95c2f3aae115371c24c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20St=C3=BCrmer?= Date: Fri, 16 Dec 2016 13:41:47 +0100 Subject: [PATCH] Make anchor highlighting more prominent --- .../kibana/public/discover/styles/main.less | 11 ++++++++++- .../public/doc_table/components/table_row/open.html | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/core_plugins/kibana/public/discover/styles/main.less b/src/core_plugins/kibana/public/discover/styles/main.less index 2131efbb0b2b44..f11715f53de9f7 100644 --- a/src/core_plugins/kibana/public/discover/styles/main.less +++ b/src/core_plugins/kibana/public/discover/styles/main.less @@ -129,7 +129,16 @@ } .discover-table-row--highlight { - font-weight: bold; + font-weight: 900; + outline: 3px solid @table-border-color; + + td { + border-top: none !important; + } + } + + .discover-table-togglefield--highlight { + background: @table-border-color; } .shard-failures { diff --git a/src/ui/public/doc_table/components/table_row/open.html b/src/ui/public/doc_table/components/table_row/open.html index 5fc93269dce7b4..f9e8fa4b3ae6cb 100644 --- a/src/ui/public/doc_table/components/table_row/open.html +++ b/src/ui/public/doc_table/components/table_row/open.html @@ -1,6 +1,6 @@ - + - \ No newline at end of file +