Skip to content

Commit

Permalink
fix(border): update border styles after for new input version
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed May 7, 2024
1 parent 56e8255 commit 6a6083a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/style.scss
Original file line number Diff line number Diff line change
@@ -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';
Expand All @@ -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;
}
}

Expand Down

0 comments on commit 6a6083a

Please sign in to comment.