Skip to content

Commit 3bbaf38

Browse files
Merge pull request #4811 from OneCommunityGlobal/fix-issue-chart
uha fix issue chart
2 parents ccfd8b2 + 0a25020 commit 3bbaf38

2 files changed

Lines changed: 308 additions & 56 deletions

File tree

src/components/BMDashboard/Issues/issueChart.module.css

Lines changed: 40 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,51 @@
4848
}
4949

5050
.issueChartSelect {
51-
padding: 2px 10px;
52-
font-size: 16px;
53-
border-radius: 4px;
54-
border: 1px solid #ccc;
55-
background-color: #fff;
56-
color: #333;
57-
cursor: pointer;
58-
transition: border-color 0.3s ease;
59-
outline: none;
51+
padding: 0;
52+
border: none;
53+
background: transparent;
6054
margin-bottom: 20px;
6155
}
6256

63-
.issueChartSelectDark {
64-
border-color: #3d444d;
65-
background-color: #22272e;
57+
.filterMenuActions {
58+
display: flex;
59+
justify-content: space-between;
60+
gap: 8px;
61+
padding: 6px 10px 8px;
62+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
63+
position: static;
64+
background: inherit;
65+
}
66+
67+
.filterMenuButton {
68+
background: transparent;
69+
border: 1px solid #4caf50;
70+
color: #4caf50;
71+
padding: 4px 8px;
72+
border-radius: 6px;
73+
font-size: 12px;
74+
cursor: pointer;
75+
}
76+
77+
.activeFilterSummary {
78+
width: 100%;
79+
text-align: center;
80+
font-size: 13px;
81+
color: #5b6470;
82+
margin-bottom: 6px;
83+
font-weight: 600;
84+
}
85+
86+
.issueChartEventContainerDark .activeFilterSummary {
6687
color: #cfd7e3;
6788
}
6889

90+
.issueChartSelectDark {
91+
border: none;
92+
background: transparent;
93+
color: inherit;
94+
}
95+
6996
/* Spacing between year groups within each issue type */
7097
.issueChartYearGroup {
7198
margin-bottom: 24px;
@@ -248,4 +275,4 @@
248275
border-style: dashed;
249276
opacity: 0.7;
250277
}
251-
}
278+
}

0 commit comments

Comments
 (0)