From f04af031487730e04a28b2f6de13faf14c7f76a9 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Thu, 18 Apr 2024 09:07:50 +0100 Subject: [PATCH 1/2] drop !important from details styling --- src/base/base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/base.scss b/src/base/base.scss index dbf662b2c2..5d123ef253 100644 --- a/src/base/base.scss +++ b/src/base/base.scss @@ -100,7 +100,7 @@ details { &:not([open]) { // Set details content hidden by default for browsers that don't do this > *:not(summary) { - display: none !important; + display: none; } } } From df417bb0c79a3d907d175fcf3236940397c2e5c2 Mon Sep 17 00:00:00 2001 From: Katie Langerman <18661030+langermank@users.noreply.github.com> Date: Thu, 18 Apr 2024 07:10:09 -0700 Subject: [PATCH 2/2] Create short-flies-tie.md --- .changeset/short-flies-tie.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/short-flies-tie.md diff --git a/.changeset/short-flies-tie.md b/.changeset/short-flies-tie.md new file mode 100644 index 0000000000..6293917bd9 --- /dev/null +++ b/.changeset/short-flies-tie.md @@ -0,0 +1,5 @@ +--- +"@primer/css": patch +--- + +drop !important from details styling