Skip to content

Commit 2d558a0

Browse files
cleanup css file
1 parent aba84ef commit 2d558a0

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

src/style.css

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@import 'vocabulary/css/vocabulary.css' layer(vocabulary);
22

3-
43
:root {
54

65
/* localized cc sprite names */
@@ -15,49 +14,42 @@
1514

1615
.icon-attach.cc-by:before {
1716
--icon-sprite: var(--cc-by);
18-
/* --icon-sprite-size: 2em; */
1917
margin-right: .2em;
2018
margin-bottom: -.125em;
2119
}
2220

2321
.icon-attach.cc-nc:before {
2422
--icon-sprite: var(--cc-nc);
25-
/* --icon-sprite-size: 2em; */
2623
margin-right: .2em;
2724
margin-bottom: -.125em;
2825
}
2926

3027
.icon-attach.cc-nd:before {
3128
--icon-sprite: var(--cc-nd);
32-
/* --icon-sprite-size: 2em; */
3329
margin-right: .2em;
3430
margin-bottom: -.125em;
3531
}
3632

3733
.icon-attach.cc-pd:before {
3834
--icon-sprite: var(--cc-pd);
39-
/* --icon-sprite-size: 2em; */
4035
margin-right: .2em;
4136
margin-bottom: -.125em;
4237
}
4338

4439
.icon-attach.cc-pdm:before {
4540
--icon-sprite: var(--cc-pdm);
46-
/* --icon-sprite-size: 2em; */
4741
margin-right: .2em;
4842
margin-bottom: -.125em;
4943
}
5044

5145
.icon-attach.cc-sa:before {
5246
--icon-sprite: var(--cc-sa);
53-
/* --icon-sprite-size: 2em; */
5447
margin-right: .2em;
5548
margin-bottom: -.125em;
5649
}
5750

5851
.icon-attach.cc-zero:before {
5952
--icon-sprite: var(--cc-zero);
60-
/* --icon-sprite-size: 2em; */
6153
margin-right: .2em;
6254
margin-bottom: -.125em;
6355
}
@@ -105,7 +97,6 @@ ol li:has(.disable) {
10597

10698
.tool header > .tool-icons {
10799
order: -1;
108-
/* margin: 1.8em 1em 0 0; */
109100
margin: 0 1em 0 0;
110101
}
111102

@@ -124,7 +115,6 @@ ol li:has(.disable) {
124115

125116
.mark svg {
126117
display: inline;
127-
/* font-size: 1em; */
128118
width: 1.3em;
129119
height: 1.3em;
130120
}
@@ -163,7 +153,6 @@ form#chooser > ol li::before {
163153
color: black;
164154
text-align: center;
165155
vertical-align: middle;
166-
167156
}
168157

169158
form#chooser legend {
@@ -174,7 +163,6 @@ form#chooser fieldset {
174163
margin-bottom: 1em;
175164
}
176165

177-
178166
form#chooser label {
179167
font-size: .7em;
180168
font-weight: 400;
@@ -235,10 +223,6 @@ aside #empty p {
235223
--underline-background-color: var(--vocabulary-brand-color-soft-turquoise);
236224
}
237225

238-
#tool-recommendation h2 {
239-
/* font-size: 1.8em; */
240-
}
241-
242226
#tool-recommendation h3 {
243227
margin: 0;
244228

@@ -271,10 +255,6 @@ aside #empty p {
271255
font-weight: 700;
272256
}
273257

274-
#mark-your-work {
275-
/* border-top: 1px solid var(--vocabulary-neutral-color-lighter-gray); */
276-
}
277-
278258
#mark-your-work textarea {
279259
min-height: 9em;
280260
width: 90%;
@@ -301,10 +281,6 @@ details.medium {
301281
margin-bottom: 1em;
302282
}
303283

304-
details.medium:open > summary {
305-
/* margin-bottom: 1em; */
306-
}
307-
308284
details summary {
309285
padding: .2em .5em;
310286

@@ -316,7 +292,6 @@ details.format summary {
316292
font-size: 1.3em;
317293
}
318294

319-
320295
summary:hover {
321296
cursor: pointer;
322297
}
@@ -356,7 +331,6 @@ details.format footer button:hover {
356331

357332
body.chooser-page .content {
358333
grid-column: 3 / 10;
359-
360334
}
361335

362336
#help {
@@ -381,20 +355,12 @@ body.chooser-page .content {
381355
}
382356

383357

384-
385358
@media (max-width: 705px) {
386359
.content {
387360
display: block;
388361
}
389362
}
390363

391-
392-
/* debug styles */
393-
/* .help {
394-
display: none;
395-
} */
396-
397-
398364
.panel {
399365
display: none;
400366
}

0 commit comments

Comments
 (0)