From 9af1d58de863520478300c884ca897f2ffcb7a52 Mon Sep 17 00:00:00 2001 From: Naomi Date: Mon, 8 Jun 2020 20:43:51 +0100 Subject: [PATCH] removed "details", see `https://drupal.stackexchange.com/questions/294312/why-has-this-details-accordion-appeared-in-this-view --- css/opencase.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/opencase.css b/css/opencase.css index ddf8f6f..4dcbfc1 100644 --- a/css/opencase.css +++ b/css/opencase.css @@ -78,3 +78,10 @@ table.views-table.views-view-table caption { margin-top: 2em; font-weight: bold; } + +/* remove "details" accordion, see https://drupal.stackexchange.com/questions/294312/why-has-this-details-accordion-appeared-in-this-view */ +.views-table details { + + display: none; + +}