Skip to content

Commit 06fe63a

Browse files
authored
Remove unused CSS classes (#5375)
* crates: Remove unused CSS classes * dashboard: Remove unused CSS classes
1 parent 227a4a4 commit 06fe63a

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

app/styles/crates.module.css

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,3 @@
1-
.selection {
2-
width: 100%;
3-
display: flex;
4-
justify-content: space-between;
5-
padding: 20px;
6-
border-radius: 5px;
7-
background-color: white;
8-
margin-bottom: 40px;
9-
10-
a {
11-
text-decoration: none;
12-
font-weight: bold;
13-
color: inherit;
14-
padding: 5px;
15-
}
16-
a:hover { background-color: var(--main-bg-dark); }
17-
a:global(.active) { background-color: var(--main-bg-dark); }
18-
19-
@media only screen and (max-width: 650px) {
20-
padding: 0;
21-
background-color: inherit;
22-
a { display: none; }
23-
}
24-
}
25-
26-
.filter-dropdown-label {
27-
display: none;
28-
29-
@media only screen and (max-width: 650px) {
30-
display: flex;
31-
align-items: center;
32-
width: 100%;
33-
}
34-
}
35-
36-
.filter-dropdown {
37-
flex-grow: 1;
38-
margin-left: 20px;
39-
}
40-
411
.results-meta {
422
display: flex;
433
align-items: center;

app/styles/dashboard.module.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,6 @@
121121
text-align: right;
122122
}
123123

124-
.info {
125-
display: flex;
126-
align-items: baseline;
127-
justify-content: space-between;
128-
129-
span { padding-left: 10px; }
130-
131-
.date { flex-grow: 2; text-align: right; }
132-
}
133-
134124
.load-more {
135125
display: block;
136126
text-align: center;

0 commit comments

Comments
 (0)