We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3f84dd + eb1c27d commit df373d7Copy full SHA for df373d7
1 file changed
src/components/MeetInfo-Table/MeetInfoTable.style.js
@@ -7,7 +7,7 @@ export const TableWrapper = styled.div`
7
margin-bottom: 1rem;
8
}
9
table {
10
- border-spacing: 0;
+ border-spacing: 0.2;
11
width: 100%;
12
margin-bottom: 2rem;
13
@@ -52,10 +52,6 @@ export const TableWrapper = styled.div`
52
font-style: italic;
53
54
55
- /* Highlight Community Calendar */
56
- :nth-child(4) {
57
- background: ${props => props.theme.greyFiveToBlueFive};
58
- }
59
&:hover {
60
background-color: ${props => props.theme.grey323232ToGreenF3FFFD};
61
border-color: ${props => props.theme.shadowColor};
0 commit comments