Skip to content

Commit

Permalink
Fixes for styling linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 6, 2024
1 parent bbde06a commit 33f5732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "stylelint-config-standard-scss",
"rules": {
"media-feature-range-notation": null,
"declaration-block-no-redundant-longhand-properties": null
}
}
2 changes: 1 addition & 1 deletion src/styles/choices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $choices-z-index: 1 !default;
}

&.is-open::after {
border-color: transparent transparent $choices-text-color transparent;
border-color: transparent transparent $choices-text-color;
margin-top: -7.5px;
}

Expand Down

0 comments on commit 33f5732

Please sign in to comment.