-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web-styles): adds styles for form-range in forced-color/high-cont…
…rast mode (#159) The form-range CSS-Component now supports high-contrast-mode, incl. styled track, progress, knob and knob-focus when selected
- Loading branch information
1 parent
78db28a
commit d2c903c
Showing
5 changed files
with
91 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@swisspost/web-styles': patch | ||
--- | ||
|
||
Add styles for form-range in fourced-color/high-contrast mode |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"plugins": ["stylelint-scss"], | ||
"extends": [ | ||
"stylelint-config-sass-guidelines", | ||
"stylelint-prettier/recommended" | ||
], | ||
"rules": { | ||
"order/properties-alphabetical-order": null, | ||
"max-nesting-depth": 5, | ||
"selector-max-compound-selectors": 5, | ||
"selector-max-id": 1, | ||
"selector-no-qualifying-type": [true, { "ignore": ["attribute", "class"] }], | ||
"function-url-quotes": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters