diff --git a/src/style.scss b/src/style.scss index 298b0f0..efb9f07 100644 --- a/src/style.scss +++ b/src/style.scss @@ -1,7 +1,7 @@ // Copyright (c) 2022 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license // See LICENSE in the project root for license information. -/* stylelint-disable max-nesting-depth */ +/* stylelint-disable max-nesting-depth, declaration-no-important */ @import './../node_modules/@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables'; @import './../node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/displayProperties'; @@ -25,13 +25,12 @@ display: none; } - &::part(input) { - /* stylelint-disable declaration-no-important */ + &::part(wrapper) { border-width: 0 !important; border-color: unset !important; background-color: unset !important; box-shadow: unset !important; - /* stylelint-enable declaration-no-important */ + outline: unset !important; } }