Skip to content

Commit 1d54260

Browse files
Fix linter
1 parent e396d41 commit 1d54260

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.stylelintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"property-no-vendor-prefix": null,
1818
"alpha-value-notation": null,
1919
"color-function-notation": null,
20-
"color-function-alias-notation": null,
2120
"selector-pseudo-class-no-unknown": [
2221
true,
2322
{

src/stylesheets/datepicker.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ h2.react-datepicker__current-month {
694694
position: fixed;
695695
width: 100vw;
696696
height: 100vh;
697-
background-color: rgba(0, 0, 0, 0.8);
697+
background-color: rgb(0, 0, 0, 0.8);
698698
left: 0;
699699
top: 0;
700700
justify-content: center;

0 commit comments

Comments
 (0)