-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Date range picker on the plan form (#1291)
* Update util that decides what dates should be disabled disable dates that fall in the past * Remove stripping styling from tables * Enable the current date for selection in planform * Update tests
- Loading branch information
1 parent
2cd737f
commit f93c447
Showing
7 changed files
with
13 additions
and
82 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 |
---|---|---|
|
@@ -21,7 +21,3 @@ | |
font-size: 18px; | ||
border-left-color: #e9e9e9; | ||
} | ||
|
||
table tr:nth-child(2n) td { | ||
background-color: #f4f4f4; | ||
} |
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 |
---|---|---|
|
@@ -21,7 +21,3 @@ | |
font-size: 18px; | ||
border-left-color: #e9e9e9; | ||
} | ||
|
||
table tr:nth-child(2n) td { | ||
background-color: #f4f4f4; | ||
} |
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 |
---|---|---|
|
@@ -21,7 +21,3 @@ | |
font-size: 18px; | ||
border-left-color: #e9e9e9; | ||
} | ||
|
||
table tr:nth-child(2n) td { | ||
background-color: #f4f4f4; | ||
} |
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
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 |
---|---|---|
|
@@ -21,7 +21,3 @@ | |
font-size: 18px; | ||
border-left-color: #e9e9e9; | ||
} | ||
|
||
table tr:nth-child(2n) td { | ||
background-color: #f4f4f4; | ||
} |
3 changes: 0 additions & 3 deletions
3
packages/team-management/src/components/TeamsView/TeamsView.css
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 |
---|---|---|
@@ -1,3 +0,0 @@ | ||
table tr:nth-child(2n) td { | ||
background-color: #f4f4f4; | ||
} | ||