From f9f138acc04cb55225895cc84d5d5f55b2d1c6fc Mon Sep 17 00:00:00 2001 From: Melloware Date: Mon, 25 Mar 2024 08:31:04 -0400 Subject: [PATCH] Update ComponentBase.js --- components/lib/componentbase/ComponentBase.js | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/components/lib/componentbase/ComponentBase.js b/components/lib/componentbase/ComponentBase.js index 40bbb1e052..fd27b05139 100644 --- a/components/lib/componentbase/ComponentBase.js +++ b/components/lib/componentbase/ComponentBase.js @@ -4,15 +4,16 @@ import { ObjectUtils, classNames, mergeProps } from '../utils/Utils'; const baseStyle = ` .p-hidden-accessible { - border: 0 !important; - padding: 0 !important; - margin: -1px !important; - position: absolute !important; - height: 1px !important; - width: 1px !important; - overflow: hidden !important; - clip-path: inset(50%) !important; - white-space: nowrap !important; + border: 0; + padding: 0; + margin: -1px; + position: absolute; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + clip-path: inset(50%); + white-space: nowrap; } .p-hidden-accessible input,