From f2980eaa52b89e89d39ea5e6bf84b46f31ba83cf Mon Sep 17 00:00:00 2001 From: Cameron Dutro Date: Thu, 17 Oct 2024 13:20:21 -0700 Subject: [PATCH] Remove outdated comment --- app/components/primer/alpha/dialog.pcss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/components/primer/alpha/dialog.pcss b/app/components/primer/alpha/dialog.pcss index 451f97fe4b..eb264f9d69 100644 --- a/app/components/primer/alpha/dialog.pcss +++ b/app/components/primer/alpha/dialog.pcss @@ -21,11 +21,6 @@ syntax: ""; } -/* - Remove these no-unsupported-browser-features disables when we can upgrade to the latest - version of @primer/stylelint-config. See: https://github.com/3846masa/stylelint-browser-compat/pull/807 -*/ - body:has(:modal) { padding-right: var(--dialog-scrollgutter) !important; }