diff --git a/packages/marko-web-theme-default/scss/theme.scss b/packages/marko-web-theme-default/scss/theme.scss index 69d23b85c..6d1d3f8fa 100644 --- a/packages/marko-web-theme-default/scss/theme.scss +++ b/packages/marko-web-theme-default/scss/theme.scss @@ -29,15 +29,3 @@ body { padding-left: 0; } } - -.visually-hidden { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; /* added line */ - border: 0; -} diff --git a/packages/marko-web-theme-monorail/scss/core.scss b/packages/marko-web-theme-monorail/scss/core.scss index 096efe4d4..96a27b96d 100644 --- a/packages/marko-web-theme-monorail/scss/core.scss +++ b/packages/marko-web-theme-monorail/scss/core.scss @@ -57,15 +57,3 @@ @import "./components/blocks/top-stories"; @import "./components/blocks/top-stories-menu"; @import "./components/blocks/white-papers"; - -.visually-hidden { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; /* added line */ - border: 0; -}