From 9e278d34996a82df003b0407e2654f0b71319e64 Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Wed, 15 May 2024 10:01:33 +0200 Subject: [PATCH] gaufre: go back to "tertiary" DSFR style border not found of the lesser border contrast color but the DSFR does it, and we can argue the color of the icon itself is contrasted enough/positioned correctly to understand it's clickable --- packages/integration/src/styles/gaufre.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration/src/styles/gaufre.css b/packages/integration/src/styles/gaufre.css index 5317d96..cae50c6 100644 --- a/packages/integration/src/styles/gaufre.css +++ b/packages/integration/src/styles/gaufre.css @@ -39,7 +39,7 @@ padding: 0.5rem 1.5rem !important; background-color: transparent !important; color: #000091 !important; - box-shadow: inset 0 0 0 1px #000091 !important; + box-shadow: inset 0 0 0 1px #ddd !important; overflow: hidden !important; white-space: nowrap !important; max-width: 3rem !important;